diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/utils/psort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/psort.h b/src/include/utils/psort.h index 93e72061d08..c6c6c29fb91 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.5 1997/08/06 05:38:46 momjian Exp $ + * $Id: psort.h,v 1.6 1997/08/06 07:02:49 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -104,7 +104,7 @@ extern HeapTuple tuplecopy(HeapTuple tup); extern FILE *mergeruns(Sort *node); extern void merge(Sort *node, struct tape *dest); -extern void dumptuples(Sort *node); +extern void dumptuples(FILE *file, Sort *node); extern HeapTuple psort_grabtuple(Sort *node); extern void psort_markpos(Sort *node); extern void psort_restorepos(Sort *node); |
