Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 45c128b

Browse files
author
Marina Polyakova
committed
Fix pg_pathman_enable_partition_router initial value
Thus it is equal to its boot value. See the commit a73952b795632b2cf5acada8476e7cf75857e9be (Add check on initial and boot values when loading GUCs) in PostgreSQL 16.
1 parent 613243e commit 45c128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partition_router.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464

6565

66-
bool pg_pathman_enable_partition_router = true;
66+
bool pg_pathman_enable_partition_router = false;
6767

6868
CustomScanMethods partition_router_plan_methods;
6969
CustomExecMethods partition_router_exec_methods;

0 commit comments

Comments
 (0)