pgsql: Renumber 2PC resource managers so that compared to 9.0, predicat

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Renumber 2PC resource managers so that compared to 9.0, predicat
Date: 2011-06-14 09:37:21
Message-ID: E1QWQ3l-00056J-BA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr
is added to the end, and existing resource managers keep their old ids.
We're not going to guarantee on-disk compatibility for 2PC state files over
major releases, but it seems better to avoid changing the ids them anyway.
It will help anyone who might want to write external tools to inspect the
state files to work with files from different versions, if nothing else.
Per complaint from Tom Lane.

Branch
------
master

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

Modified Files
--------------
src/include/access/twophase_rmgr.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-06-14 12:19:22 pgsql: Oops, forgot to change the order of entries in 2PC callback arra
Previous Message Peter Eisentraut 2011-06-14 04:39:36 pgsql: Move parse2.pl to parse.pl