nodeMergejoin was depending on an inclusion from psort.h...

This commit is contained in:
Tom Lane 1999-10-16 21:31:26 +00:00
parent 957146dcec
commit 3a2fd8492a
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.29 1999/09/24 00:24:23 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.30 1999/10/16 21:31:26 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -74,6 +74,7 @@
#include "executor/nodeMergejoin.h"
#include "utils/lsyscache.h"
#include "utils/psort.h"
#include "utils/syscache.h"
static bool MergeCompare(List *eqQual, List *compareQual, ExprContext *econtext);