pgsql: Oops, forgot to change the order of entries in 2PC callback arra

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Oops, forgot to change the order of entries in 2PC callback arra
Date: 2011-06-14 12:19:22
Message-ID: E1QWSaY-0007Vv-H7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Oops, forgot to change the order of entries in 2PC callback arrays when I
renumbered the resource managers. This should fix the buildfarm..

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85ea93384ae21ff59f5e5b292884a86f9c10b852

Modified Files
--------------
src/backend/access/transam/twophase_rmgr.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-06-14 12:20:07 pgsql: Oops, forgot to change the order of entries in 2PC callback arra
Previous Message Heikki Linnakangas 2011-06-14 09:37:21 pgsql: Renumber 2PC resource managers so that compared to 9.0, predicat