summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorAlvaro Herrera2017-11-02 14:51:05 +0000
committerAlvaro Herrera2017-11-02 14:51:41 +0000
commitc6764eb3aea63f3f95582bd660785e2b0d4439f9 (patch)
tree1a3a264ffc810832675c809dfbc4a25724ba5309 /src/include/access
parentd8c435e1743773eba4e36498479ca6aef28a2d70 (diff)
Revert bogus fixes of HOT-freezing bug
It turns out we misdiagnosed what the real problem was. Revert the previous changes, because they may have worse consequences going forward. A better fix is forthcoming. The simplistic test case is kept, though disabled. Discussion: https://postgr.es/m/20171102112019.33wb7g5wp4zpjelu@alap3.anarazel.de
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/heapam.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 9f4367d704e..4e41024e926 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -146,9 +146,6 @@ extern void heap_get_latest_tid(Relation relation, Snapshot snapshot,
ItemPointer tid);
extern void setLastTid(const ItemPointer tid);
-extern bool HeapTupleUpdateXmaxMatchesXmin(TransactionId xmax,
- HeapTupleHeader htup);
-
extern BulkInsertState GetBulkInsertState(void);
extern void FreeBulkInsertState(BulkInsertState);
extern void ReleaseBulkInsertStatePin(BulkInsertState bistate);