mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Actually, nodeMergejoin shouldn't include psort.h at all...
This commit is contained in:
parent
3a2fd8492a
commit
59ed74e60b
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user