8000
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 bebd62c commit 7c57890Copy full SHA for 7c57890
src/backend/executor/nodeSort.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.27 2000/06/15 04:09:52 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.28 2000/07/09 04:17:53 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -71,9 +71,9 @@ FormSortKeys(Sort *sortnode)
71
if (reskey > 0) /* ignore TLEs that are not sort keys */
72
{
73
ScanKeyEntryInitialize(&sortkeys[reskey - 1],
74
- 0,
+ 0x0,
75
resno,
76
- (RegProcedure) DatumGetInt32(reskeyop),
+ (RegProcedure) reskeyop,
77
(Datum) 0);
78
}
79
0 commit comments