Remove redundant SET enable_partitionwise_join = on. partition_join.sql keeps partitionwise join enabled for the entire file, so we don't need to enable it for this test case individually.
Author: Ashutosh Bapat <[email protected]> Discussion: http://postgr.es/m/CAExHW5uRW=Z==bmLR=nxm6vv3jgh4ruvb+rfft8tfjrfzuu...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3f33b63de278615130367d182c38e29661d588e2 Modified Files -------------- src/test/regress/expected/partition_join.out | 1 - src/test/regress/sql/partition_join.sql | 1 - 2 files changed, 2 deletions(-)
