]> granicus.if.org Git - postgresql/commitdiff
Update regression output for new prepare transaction error messages.
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Oct 2005 23:12:04 +0000 (23:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Oct 2005 23:12:04 +0000 (23:12 +0000)
src/test/regress/expected/prepared_xacts.out

index aa4d22e8b7e45937774dbc38bd62d9a5e50b4231..514a706ba6c9d4e4655974e7f9ea23819c96cb58 100644 (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 
 --------