summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorVadim B. Mikheev1997-09-15 14:29:01 +0000
committerVadim B. Mikheev1997-09-15 14:29:01 +0000
commitf3e9cf9c6b8790e35028888971327fa759137482 (patch)
treee362238e3244712f1dc7a4503498c6054a9c87eb /src/include
parentfeb78cda0c82e492e31ec228121db5441396dfcb (diff)
Fix pfree problem.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/psort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/psort.h b/src/include/utils/psort.h
index 21366b2220f..5e1c97052da 100644
--- a/src/include/utils/psort.h
+++ b/src/include/utils/psort.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psort.h,v 1.10 1997/09/08 21:55:14 momjian Exp $
+ * $Id: psort.h,v 1.11 1997/09/15 14:29:01 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -99,7 +99,7 @@ if (1) CODE; else
/* psort.c */
extern bool psort_begin(Sort *node, int nkeys, ScanKey key);
-extern HeapTuple psort_grabtuple(Sort *node);
+extern HeapTuple psort_grabtuple(Sort *node, bool *should_free);
extern void psort_markpos(Sort *node);
extern void psort_restorepos(Sort *node);
extern void psort_end(Sort *node);