Обсуждение: pgsql: Remove redundant SET enable_partitionwise_join = on.

Поиск
Список
Период
Сортировка

pgsql: Remove redundant SET enable_partitionwise_join = on.

От
Robert Haas
Дата:
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(-)