Commit 186bbaab authored by Bruce Momjian's avatar Bruce Momjian

Update regression output for new prepare transaction error messages.

parent 2d8e3d1d
...@@ -98,7 +98,7 @@ SELECT * FROM pxtest1; ...@@ -98,7 +98,7 @@ SELECT * FROM pxtest1;
-- This should fail, because the gid foo3 is already in use -- This should fail, because the gid foo3 is already in use
PREPARE TRANSACTION 'foo3'; PREPARE TRANSACTION 'foo3';
ERROR: global transaction identifier "foo3" is already in use ERROR: transaction identifier "foo3" is already in use
SELECT * FROM pxtest1; SELECT * FROM pxtest1;
foobar foobar
-------- --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment