]> granicus.if.org Git - postgresql/commitdiff
Actually, nodeMergejoin shouldn't include psort.h at all...
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Oct 1999 18:00:29 +0000 (18:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Oct 1999 18:00:29 +0000 (18:00 +0000)
src/backend/executor/nodeMergejoin.c

index 8bd68800b065ab9bdbd6fb5877142bc791e2a01b..288fbfe8a12168d2ae0c906796c4ff901099432f 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.30 1999/10/16 21:31:26 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.31 1999/10/17 18:00:29 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -73,7 +73,6 @@
 #include "executor/executor.h"
 #include "executor/nodeMergejoin.h"
 #include "utils/lsyscache.h"
-#include "utils/psort.h"
 #include "utils/syscache.h"