postgresql/src/backend/access/rmgrdesc
Heikki Linnakangas 0c504a80cf Remove dedicated B-tree root-split record types.
Since commit 40dae7ec53, which changed the way b-tree page splitting
works, there has been no difference in the handling of root, and non-root
split WAL records. We don't need to distinguish them anymore

If you're worried about the loss of debugging information, note that
usually a root split record will normally be followed by a WAL record to
create the new root page. The root page will also have the BTP_ROOT flag
set on the page itself, and there is a pointer to it from the metapage.

Author: Aleksander Alekseev
Discussion: https://www.postgresql.org/message-id/20170406122116.GA11081@e733.localdomain
2017-08-16 12:24:40 +03:00
..
Makefile Generic Messages for Logical Decoding 2016-04-06 10:05:41 +01:00
brindesc.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
clogdesc.c Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
committsdesc.c Fix race condition in reading commit timestamps 2017-01-19 18:24:17 -03:00
dbasedesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
genericdesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
gindesc.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
gistdesc.c Split index xlog headers from other private index headers. 2017-02-14 15:37:59 -05:00
hashdesc.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
heapdesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
logicalmsgdesc.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
mxactdesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nbtdesc.c Remove dedicated B-tree root-split record types. 2017-08-16 12:24:40 +03:00
relmapdesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
replorigindesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
seqdesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
smgrdesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
spgdesc.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
standbydesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
tblspcdesc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
xactdesc.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
xlogdesc.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00