pgsql: Bump PG_CONTROL_VERSION for previous 9.4 changes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Bump PG_CONTROL_VERSION for previous 9.4 changes.
Date: 2014-06-04 22:16:21
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump PG_CONTROL_VERSION for previous 9.4 changes.

This should have been done in 6bc8ef0b7f1f1df3998745a66e1790e27424aa0c
and/or 50e547096c4858a68abf09894667a542cc418315, but better late than
never. If we don't change this then we risk 9.3 pg_controldata or
pg_resetxlog being inappropriately used against a 9.4 pg_control file,
or vice versa.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eeca4cd35e284c72b2ea1b4494e64e7738896e81

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-06-05 00:46:07 pgsql: Add btree and hash opclasses for pg_lsn.
Previous Message Andres Freund 2014-06-04 22:08:31 Re: pgsql: Fix longstanding bug in HeapTupleSatisfiesVacuum().