diff options
Diffstat (limited to 'src/include/access/relscan.h')
-rw-r--r-- | src/include/access/relscan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 7663033723b..ee60ca82ae8 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -35,7 +35,6 @@ typedef struct HeapScanDescData BlockNumber rs_startblock; /* block # to start at */ BufferAccessStrategy rs_strategy; /* access strategy for reads */ bool rs_syncscan; /* report location to syncscan logic? */ - bool rs_relpredicatelocked; /* predicate lock on relation exists */ /* scan current state */ bool rs_inited; /* false = scan not init'd yet */ |