We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c0cd3 commit 677efc7Copy full SHA for 677efc7
src/backend/utils/sort/psort.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/psort.c,v 1.9 1997/08/06 07:02:48 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/psort.c,v 1.10 1997/08/06 07:39:20 momjian Exp $
11
12
* NOTES
13
* Sorts the first relation into the second relation.
@@ -587,7 +587,7 @@ dumptuples(FILE *file, Sort *node)
587
FREEMEM(node,sizeof (struct leftist));
588
FREE(tp);
589
if (PS(node)->using_tape_files) {
590
- PUTTUP(node, tup, PS(node)->Tape->tp_file);
+ PUTTUP(node, tup, file);
591
FREEMEM(node,tup->t_len);
592
FREE(tup);
593
}
0 commit comments