mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Remove tqual.h includes not needed.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.27 1997/10/25 01:08:45 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.28 1997/11/24 05:07:42 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* some of the executor utility code such as "ExecTypeFromTL" should be
|
||||
@@ -24,7 +24,6 @@
|
||||
#include <nodes/parsenodes.h>
|
||||
#include <utils/builtins.h>
|
||||
#include <utils/fcache.h>
|
||||
#include <utils/tqual.h>
|
||||
#include <utils/syscache.h>
|
||||
|
||||
#ifndef HAVE_MEMMOVE
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <storage/bufpage.h>
|
||||
#include <storage/lmgr.h>
|
||||
#include <utils/syscache.h>
|
||||
#include <utils/tqual.h>
|
||||
|
||||
#ifndef HAVE_MEMMOVE
|
||||
#include <regex/utils.h>
|
||||
|
||||
Reference in New Issue
Block a user