diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/utils/tqual.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index ee8345e4097..267d9565011 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -94,6 +94,7 @@ extern bool HeapTupleHeaderIsOnlyLocked(HeapTupleHeader tuple); * To avoid leaking too much knowledge about reorderbuffer implementation * details this is implemented in reorderbuffer.c not tqual.c. */ +struct HTAB; extern bool ResolveCminCmaxDuringDecoding(struct HTAB *tuplecid_data, Snapshot snapshot, HeapTuple htup, |