diff options
| author | Bruce Momjian | 1997-08-06 07:02:49 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-08-06 07:02:49 +0000 |
| commit | 42c0cd33a2b473e74401630a525df0c1f5b67e75 (patch) | |
| tree | 1249d0d19faa080a51645521244e2a30d816267d /src/include/utils | |
| parent | cc24b846dd0adb42c17f793f4ffa0c8dd009224f (diff) | |
I think I finally got psort working for all cases.
Diffstat (limited to 'src/include/utils')
| -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); |
