From 97dec77fab612cfa285f6bd3dd5463a0d55526b2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 10 Dec 1999 03:56:14 +0000 Subject: Rename several destroy* functions/tags to drop*. --- src/include/utils/portal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/utils') diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h index 62d08804607..b808533f0b2 100644 --- a/src/include/utils/portal.h +++ b/src/include/utils/portal.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: portal.h,v 1.19 1999/09/23 17:03:33 momjian Exp $ + * $Id: portal.h,v 1.20 1999/12/10 03:56:12 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -73,7 +73,7 @@ extern void PortalSetQuery(Portal portal, QueryDesc *queryDesc, extern QueryDesc *PortalGetQueryDesc(Portal portal); extern EState *PortalGetState(Portal portal); extern Portal CreatePortal(char *name); -extern void PortalDestroy(Portal *portalP); +extern void PortalDrop(Portal *portalP); extern void StartPortalAllocMode(AllocMode mode, Size limit); extern void EndPortalAllocMode(void); extern void PortalResetHeapMemory(Portal portal); -- cgit v1.2.3