Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a721c91

Browse files
committed
More code cleanups
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
1 parent 9305fc7 commit a721c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/portal.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: portal.h,v 1.1.1.1 1996/07/09 06:22:02 scrappy Exp $
9+
* $Id: portal.h,v 1.2 1996/08/13 01:36:50 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -51,7 +51,7 @@ struct PortalD {
5151
QueryDesc *queryDesc;
5252
TupleDesc attinfo;
5353
EState *state;
54-
void (*cleanup)();
54+
void (*cleanup)(Portal);
5555
};
5656

5757
/*

0 commit comments

Comments
 (0)