pgsql: Advance PG_CONTROL_VERSION.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Advance PG_CONTROL_VERSION.
Дата
Msg-id E1bOSmH-0006W0-9y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Advance PG_CONTROL_VERSION.

This should have been done in commit 73c986adde5d73a5 which added several
new fields to pg_control, and again in commit 5028f22f6eb05798 which
changed the CRC algorithm, but it wasn't.  It's far too late to fix it in
the 9.5 branch, but let's do so in 9.6, so that if a 9.6 postmaster is
started against a 9.4-era pg_control it will complain about a versioning
problem rather than a CRC failure.  We already forced initdb/pg_upgrade
for beta3, so there's no downside to doing this now.

Discussion: <7615.1468598094@sss.pgh.pa.us>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/99dd8b05aa5647a59f30ca67e67e2e3377f50094

Modified Files
--------------
src/include/catalog/pg_control.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix torn-page, unlogged xid and further risks from heap_update()
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clarify usage of clientcert authentication option.