Change expected output for 'transactions' test case which seems to be working
authorPavan Deolasee <[email protected]>
Mon, 1 Feb 2016 09:29:33 +0000 (10:29 +0100)
committerPavan Deolasee <[email protected]>
Mon, 1 Feb 2016 09:29:33 +0000 (10:29 +0100)
fine after recent bug fixes.

src/test/regress/expected/transactions_1.out

index 1f7662676a6027f4f60c905f8b10a8c4496c83fa..3a34c327d6416a0fba6f4084093a5577e602c17a 100644 (file)
@@ -604,7 +604,7 @@ end$$ language plpgsql volatile;
 create table revalidate_bug (c float8 unique);
 insert into revalidate_bug values (1);
 insert into revalidate_bug values (inverse(0));
-ERROR:  Failed to receive more data from data node 11819
+ERROR:  Internal subtransactions not supported in Postgres-XL
 drop table revalidate_bug;
 drop function inverse(int);
 -- verify that cursors created during an aborted subtransaction are