Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45c128b

Browse files
author
Marina Polyakova
committed
Fix pg_pathman_enable_partition_router initial value
Thus it is equal to its boot value. See the commita73952b795632b2cf5acada8476e7cf75857e9be (Add check on initial and boot valueswhen loading GUCs) in PostgreSQL 16.
1 parent613243e commit45c128b

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-
boolpg_pathman_enable_partition_router=true;
66+
boolpg_pathman_enable_partition_router=false;
6767

6868
CustomScanMethodspartition_router_plan_methods;
6969
CustomExecMethodspartition_router_exec_methods;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp