postgresql/src/backend/access
Peter Geoghegan 895267a326 Remove unneeded nbtree latestRemovedXid comments.
Discussing the low level issue of nbtree VACUUM and recovery conflicts
in btvacuumpage() now seems inappropriate.  The same issue is discussed
in nbtxlog.h, as well as in a comment block above _bt_delitems_vacuum().

The comment block made more sense when it was part of a broader
discussion of nbtree VACUUM "pin scans".  These were removed by commit
9f83468b.
2021-09-26 20:25:14 -07:00
..
brin Fix incorrect format placeholders 2021-09-01 10:49:13 +02:00
common Revert analyze support for partitioned tables 2021-08-16 17:27:52 -04:00
gin Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
gist Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
hash Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
heap vacuumlazy.c: Remove obsolete 'onecall' comment. 2021-09-25 10:22:53 -07:00
index Initial pgindent and pgperltidy run for v14. 2021-05-12 13:14:10 -04:00
nbtree Remove unneeded nbtree latestRemovedXid comments. 2021-09-26 20:25:14 -07:00
rmgrdesc Improve WAL record descriptions for SP-GiST records. 2021-04-20 17:01:49 -04:00
spgist Count SP-GiST index scans in pg_stat statistics. 2021-08-27 19:53:05 -04:00
table Replace RelationOpenSmgr() with RelationGetSmgr(). 2021-07-12 17:01:36 -04:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Document XLOG_INCLUDE_XID a little better 2021-09-21 19:47:53 -03:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00