]> granicus.if.org Git - postgresql/commitdiff
More code cleanups
authorMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 01:36:50 +0000 (01:36 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 01:36:50 +0000 (01:36 +0000)
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)

src/backend/utils/portal.h

index 4e3e42c9146ebbba49b2f7f9418fe8382397d986..14c29c265ae3ea99bb3d098a33667f322478cbd3 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: portal.h,v 1.1.1.1 1996/07/09 06:22:02 scrappy Exp $
+ * $Id: portal.h,v 1.2 1996/08/13 01:36:50 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -51,7 +51,7 @@ struct PortalD {
     QueryDesc                          *queryDesc;
     TupleDesc                           attinfo;
     EState                             *state;
-    void                               (*cleanup)();
+    void                               (*cleanup)(Portal);
 };
 
 /*