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

From Heikki Linnakangas
Subject pgsql: Oops, forgot to change the order of entries in 2PC callback arra
Date
Msg-id E1QWSbH-0007ZB-Jo@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Oops, forgot to change the order of entries in 2PC callback arra
Next
From: Robert Haas
Date:
Subject: pgsql: Improve accuracy of ON_ERROR_STOP documentation.