From: Pavan Deolasee Date: Mon, 1 Feb 2016 09:29:33 +0000 (+0100) Subject: Change expected output for 'transactions' test case which seems to be working X-Git-Tag: XL9_5_R1BETA1~44 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=214bea5dd4ed8fb7f6cf276da082c555c99ab86b;p=postgres-xl.git Change expected output for 'transactions' test case which seems to be working fine after recent bug fixes. --- 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