diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-10-13 23:12:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-10-13 23:12:04 +0000 |
commit | 186bbaab067b79378975be174f3fcfeb4620662a (patch) | |
tree | 292370ffc6012ebc29c1ebbb1cbcc5eb991f1c4f /src | |
parent | 2d8e3d1d7155ead809047b35ff953ab02dc8e68a (diff) | |
download | postgresql-186bbaab067b79378975be174f3fcfeb4620662a.tar.gz postgresql-186bbaab067b79378975be174f3fcfeb4620662a.zip |
Update regression output for new prepare transaction error messages.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/expected/prepared_xacts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/prepared_xacts.out b/src/test/regress/expected/prepared_xacts.out index aa4d22e8b7e..514a706ba6c 100644 --- a/src/test/regress/expected/prepared_xacts.out +++ b/src/test/regress/expected/prepared_xacts.out @@ -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 -------- |