diff options
author | Andres Freund | 2019-01-21 20:15:02 +0000 |
---|---|---|
committer | Andres Freund | 2019-01-21 20:15:02 +0000 |
commit | e7cc78ad43eb1a6ea43dbb46c83264d2d00e402c (patch) | |
tree | 8ab17b96c4fcec359b24fac16b5af152e473c049 /src/backend/commands/alter.c | |
parent | e0c4ec07284db817e1f8d9adfb3fffc952252db0 (diff) |
Remove superfluous tqual.h includes.
Most of these had been obsoleted by 568d4138c / the SnapshotNow
removal.
This is is preparation for moving most of tqual.[ch] into either
snapmgr.h or heapam.h, which in turn is in preparation for pluggable
table AMs.
Author: Andres Freund
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/commands/alter.c')
-rw-r--r-- | src/backend/commands/alter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/commands/alter.c b/src/backend/commands/alter.c index 848eee0123e..9229fe1a456 100644 --- a/src/backend/commands/alter.c +++ b/src/backend/commands/alter.c @@ -66,7 +66,6 @@ #include "utils/lsyscache.h" #include "utils/rel.h" #include "utils/syscache.h" -#include "utils/tqual.h" static Oid AlterObjectNamespace_internal(Relation rel, Oid objid, Oid nspOid); |