We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd78a5 commit 32fd611Copy full SHA for 32fd611
src/hooks.c
@@ -594,16 +594,6 @@ pathman_enable_assign_hook(bool newval, void *extra)
594
elog(DEBUG2, "pg_pathman_enable_assign_hook() [newval = %s] triggered",
595
newval ? "true" : "false");
596
597
- /* Return quickly if nothing has changed */
598
- if (newval == (pathman_init_state.pg_pathman_enable &&
599
- pathman_init_state.auto_partition &&
600
- pathman_init_state.override_copy &&
601
- pg_pathman_enable_runtimeappend &&
602
- pg_pathman_enable_runtime_merge_append &&
603
- pg_pathman_enable_partition_filter &&
604
- pg_pathman_enable_bounds_cache))
605
- return;
606
-
607
pathman_init_state.auto_partition = newval;
608
pathman_init_state.override_copy = newval;
609
pg_pathman_enable_runtimeappend = newval;
0 commit comments