diff options
author | Andres Freund | 2019-01-22 01:03:15 +0000 |
---|---|---|
committer | Andres Freund | 2019-01-22 01:07:10 +0000 |
commit | c91560defc57f89f7e88632ea14ae77b5cec78ee (patch) | |
tree | 250740f86c98f29eb20bdacf816ced13579c6a92 /src/backend/access/index/genam.c | |
parent | b7eda3e0e33402a7727253e6f307ca96b92eb23d (diff) |
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Given these routines are heap specific, and that there will be more
generic visibility support in via table AM, it makes sense to move the
prototypes to heapam.h (routines like HeapTupleSatisfiesVacuum will
not be exposed in a generic fashion, because they are too storage
specific).
Similarly, the code in tqual.c is specific to heap, so moving it into
access/heap/ makes sense.
Author: Andres Freund
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/access/index/genam.c')
-rw-r--r-- | src/backend/access/index/genam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/index/genam.c b/src/backend/access/index/genam.c index ffd79ffca7d..e0a5ea42d52 100644 --- a/src/backend/access/index/genam.c +++ b/src/backend/access/index/genam.c @@ -35,7 +35,6 @@ #include "utils/ruleutils.h" #include "utils/snapmgr.h" #include "utils/syscache.h" -#include "utils/tqual.h" /* ---------------------------------------------------------------- |