mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Update regression output for new prepare transaction error messages.
This commit is contained in:
@ -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
|
||||||
--------
|
--------
|
||||||
|
Reference in New Issue
Block a user