Re: [COMMITTERS] pgsql: Remove dedicated B-tree root-split record types. - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Remove dedicated B-tree root-split record types.
Date
Msg-id 19587.1502892283@sss.pgh.pa.us
Whole thread Raw
In response to [COMMITTERS] pgsql: Remove dedicated B-tree root-split record types.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
List pgsql-committers
Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
> Remove dedicated B-tree root-split record types.

This should have involved a WAL version (XLOG_PAGE_MAGIC) bump, no?
The new code can no longer read old WAL, so it's incompatible.

            regards, tom lane


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Use atomic ops to hand out pages to scan in parallel scan.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Correct representation of foreign tables in information schema