Accept regression diff in select_parallel test case
authorPavan Deolasee <[email protected]>
Mon, 16 Jul 2018 08:29:05 +0000 (13:59 +0530)
committerPavan Deolasee <[email protected]>
Mon, 16 Jul 2018 08:29:05 +0000 (13:59 +0530)
The error context message received from the remote datanode is not displayed.
This is a known limitation is XL currently.

src/test/regress/expected/select_parallel.out

index cc990e71b0c185f41132b94041d3fb47a06a8047..82069afc0f09883c9a845ddc4ce290d511ba5daf 100644 (file)
@@ -552,5 +552,4 @@ EXPLAIN (analyze, timing off, summary off, costs off) SELECT * FROM tenk1;
 -- provoke error in worker
 select stringu1::int2 from tenk1 where unique1 = 1;
 ERROR:  invalid input syntax for integer: "BAAAAA"
-CONTEXT:  parallel worker
 rollback;