Avoid using EXPLAIN VERBOSE when temp tables are involved in a test case.
authorPavan Deolasee <[email protected]>
Mon, 25 Jan 2016 10:55:16 +0000 (16:25 +0530)
committerPavan Deolasee <[email protected]>
Mon, 25 Jan 2016 10:55:16 +0000 (16:25 +0530)
commite8599dc1a11687b2d82996bc3f3d5d178b7b7e65
tree88292d34bd1b16ca9488db175c890abc02c616a4
parent10872812ec0ad93be832512d2c26f13c0cd1e2ac
Avoid using EXPLAIN VERBOSE when temp tables are involved in a test case.

In XL, the temporary schema may change in different regression runs. Hence we
must not print the schema in expected output. Change the sql as well as
expected output file for the 'join' test case.
src/test/regress/expected/join.out
src/test/regress/sql/join.sql