postgresql/src/backend/access
Peter Geoghegan 617fffee8a Rename removable xid function for consistency.
GlobalVisIsRemovableFullXid() is now GlobalVisCheckRemovableFullXid().
This is consistent with the general convention for FullTransactionId
equivalents of functions that deal with TransactionId values.  It now
matches the nearby GlobalVisCheckRemovableXid() function, which performs
the same check for callers that use TransactionId values.

Oversight in commit dc7420c2c9.

Discussion: https://postgr.es/m/CAH2-Wzmes12jFNDcVgpU89Vp=r6uLFrE-MT0fjSWGsE70UiNaA@mail.gmail.com
2021-02-07 10:11:14 -08:00
..
brin Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
common Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
gin Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
gist Rename removable xid function for consistency. 2021-02-07 10:11:14 -08:00
hash Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
heap Remove CheckpointLock. 2021-01-25 12:34:38 -05:00
index Fix GiST index deletion assert issue. 2021-01-26 23:24:37 -08:00
nbtree Harden nbtree page deletion. 2021-02-04 15:42:36 -08:00
rmgrdesc Enhance nbtree index tuple deletion. 2021-01-13 09:21:32 -08:00
spgist Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
table Enhance nbtree index tuple deletion. 2021-01-13 09:21:32 -08:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Clarify some comments around SharedRecoveryState in xlog.c 2021-02-06 10:27:55 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00