From e7cc78ad43eb1a6ea43dbb46c83264d2d00e402c Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Mon, 21 Jan 2019 12:15:02 -0800 Subject: 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 --- src/backend/access/nbtree/nbtinsert.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backend/access/nbtree/nbtinsert.c') diff --git a/src/backend/access/nbtree/nbtinsert.c b/src/backend/access/nbtree/nbtinsert.c index 858df3b766a..5c2b8034f5e 100644 --- a/src/backend/access/nbtree/nbtinsert.c +++ b/src/backend/access/nbtree/nbtinsert.c @@ -24,7 +24,6 @@ #include "storage/lmgr.h" #include "storage/predicate.h" #include "storage/smgr.h" -#include "utils/tqual.h" /* Minimum tree height for application of fastpath optimization */ #define BTREE_FASTPATH_MIN_LEVEL 2 -- cgit v1.2.3