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:20:07
Message-ID: E1QWSbH-0007ZB-Jo@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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6099dfa71c883599440ec8c9930ee7e2f4403825

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 Robert Haas 2011-06-14 15:07:39 pgsql: Improve accuracy of ON_ERROR_STOP documentation.
Previous Message Heikki Linnakangas 2011-06-14 12:19:22 pgsql: Oops, forgot to change the order of entries in 2PC callback arra