pgsql: Remove redundant SET enable_partitionwise_join = on.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant SET enable_partitionwise_join = on.
Date: 2026-01-05 17:38:58
Message-ID: E1vcoXh-004g7h-0a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)bapat(dot)oss(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2026-01-05 17:56:31 pgsql: Add the MODE option to the WAIT FOR LSN command
Previous Message Michael Paquier 2026-01-05 10:18:34 pgsql: Fix comment in tableam.c