]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove redundant SET enable_partitionwise_join = on.
authorRobert Haas <rhaas@postgresql.org>
Mon, 5 Jan 2026 16:57:24 +0000 (11:57 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 5 Jan 2026 16:57:24 +0000 (11:57 -0500)
commit3f33b63de278615130367d182c38e29661d588e2
treea235d175f4dca0844bf11c6ebbf360d253213b49
parent877ae5db8968555d7a5634e69018dfe6c55976eb
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
src/test/regress/expected/partition_join.out
src/test/regress/sql/partition_join.sql