aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/ts_cache.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-01-21 12:15:02 -0800
committerAndres Freund <andres@anarazel.de>2019-01-21 12:15:02 -0800
commite7cc78ad43eb1a6ea43dbb46c83264d2d00e402c (patch)
tree8ab17b96c4fcec359b24fac16b5af152e473c049 /src/backend/utils/cache/ts_cache.c
parente0c4ec07284db817e1f8d9adfb3fffc952252db0 (diff)
downloadpostgresql-e7cc78ad43eb1a6ea43dbb46c83264d2d00e402c.tar.gz
postgresql-e7cc78ad43eb1a6ea43dbb46c83264d2d00e402c.zip
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/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
Diffstat (limited to 'src/backend/utils/cache/ts_cache.c')
-rw-r--r--src/backend/utils/cache/ts_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/cache/ts_cache.c b/src/backend/utils/cache/ts_cache.c
index 417c494cd05..0545efc75bb 100644
--- a/src/backend/utils/cache/ts_cache.c
+++ b/src/backend/utils/cache/ts_cache.c
@@ -47,7 +47,6 @@
#include "utils/memutils.h"
#include "utils/regproc.h"
#include "utils/syscache.h"
-#include "utils/tqual.h"
/*