postgresql/src/backend/access
Peter Geoghegan 067786cea0 Correct obsolete nbtree page deletion comment.
Commit efada2b8e9, which made the nbtree page deletion algorithm more
robust, removed _bt_getstackbuf() calls from _bt_pagedel().  It failed
to update a comment that referenced the earlier approach.  Update the
comment to explain that the _bt_getstackbuf() page deletion call site
mirrors the only other remaining _bt_getstackbuf() call site, which is
reached during page splits.
2019-02-25 16:54:18 -08:00
..
brin More unconstify use 2019-02-13 11:50:16 +01:00
common Fix heap_getattr() handling of fast defaults. 2019-02-06 01:09:32 -08:00
gin Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
gist Refactor planner's header files. 2019-01-29 15:48:51 -05:00
hash Remove unused macro 2019-02-04 21:29:31 +01:00
heap Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 2019-02-15 23:22:33 -05:00
index Rename RelationData.rd_amroutine to rd_indam. 2019-01-21 17:36:55 -08:00
nbtree Correct obsolete nbtree page deletion comment. 2019-02-25 16:54:18 -08:00
rmgrdesc Fix description of WAL record XLOG_PARAMETER_CHANGE 2019-02-12 13:10:59 +09:00
spgist Refactor planner's header files. 2019-01-29 15:48:51 -05:00
table Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
tablesample Refactor planner's header files. 2019-01-29 15:48:51 -05:00
transam Make release of 2PC identifier and locks consistent in COMMIT PREPARED 2019-02-25 14:19:34 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00