Update regression output for new prepare transaction error messages.

This commit is contained in:
Bruce Momjian 2005-10-13 23:12:04 +00:00
parent 2d8e3d1d71
commit 186bbaab06

View File

@ -98,7 +98,7 @@ SELECT * FROM pxtest1;
-- This should fail, because the gid foo3 is already in use
PREPARE TRANSACTION 'foo3';
ERROR: global transaction identifier "foo3" is already in use
ERROR: transaction identifier "foo3" is already in use
SELECT * FROM pxtest1;
foobar
--------