pgsql: Remove redundant SET enable_partitionwise_join = on. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove redundant SET enable_partitionwise_join = on.
Date
Msg-id E1vcoXh-004g7h-0a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <ashutosh.bapat.oss@gmail.com>
Discussion: http://postgr.es/m/CAExHW5uRW=Z==bmLR=NXm6Vv3JGH4rUvb+Rfft8TfjrfzUUm3g@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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in tableam.c
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Add the MODE option to the WAIT FOR LSN command