summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Deolasee2016-02-01 09:29:33 +0000
committerPavan Deolasee2016-10-18 09:48:13 +0000
commit1cca0253032e92a0de2060a44fc89c87dd6e1f89 (patch)
treeb8074895f37b72a8378ef4f457e1b92db8994a58
parentd9727ac8fe71988d2034b26360437878b4077427 (diff)
Change expected output for 'transactions' test case which seems to be working
fine after recent bug fixes.
-rw-r--r--src/test/regress/expected/transactions_1.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/transactions_1.out b/src/test/regress/expected/transactions_1.out
index 1f7662676a..3a34c327d6 100644
--- a/src/test/regress/expected/transactions_1.out
+++ b/src/test/regress/expected/transactions_1.out
@@ -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