Commit 59ed74e6 authored by Tom Lane's avatar Tom Lane

Actually, nodeMergejoin shouldn't include psort.h at all...

parent 3a2fd849
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment