projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9305fc7
)
More code cleanups
author
Marc G. Fournier
Tue, 13 Aug 1996 01:36:50 +0000
(
01:36
+0000)
committer
Marc G. Fournier
Tue, 13 Aug 1996 01:36:50 +0000
(
01:36
+0000)
Submitted by:
[email protected]
(D'Arcy J.M. Cain)
src/backend/utils/portal.h
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/portal.h
b/src/backend/utils/portal.h
index 4e3e42c9146ebbba49b2f7f9418fe8382397d986..14c29c265ae3ea99bb3d098a33667f322478cbd3 100644
(file)
--- a/
src/backend/utils/portal.h
+++ b/
src/backend/utils/portal.h
@@
-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
);
};
/*