diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-08-16 12:16:18 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-08-16 12:24:40 +0300 |
commit | 0c504a80cf2e6f66df2cdea563e879bf4abd1629 (patch) | |
tree | c7d944dc3e1f905ac2b618f7ce6a01ddea37cfd2 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 77d05706beb115b412728bd94dce16d83795583d (diff) | |
download | postgresql-0c504a80cf2e6f66df2cdea563e879bf4abd1629.tar.gz postgresql-0c504a80cf2e6f66df2cdea563e879bf4abd1629.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions