@@ -3140,6 +3140,7 @@ plan_cache_mode auto
31403140plpgsql_use_strict_into off NULL NULL NULL string
31413141prefer_lookup_joins_for_fks off NULL NULL NULL string
31423142prepared_statements_cache_size 0 B NULL NULL NULL string
3143+ prevent_update_set_column_drop off NULL NULL NULL string
31433144propagate_admission_header_to_leaf_transactions on NULL NULL NULL string
31443145propagate_input_ordering off NULL NULL NULL string
31453146recursion_depth_limit 1000 NULL NULL NULL string
@@ -3192,6 +3193,7 @@ unsafe_allow_triggers_modifying_cascades off
31923193use_cputs_on_non_unique_indexes off NULL NULL NULL string
31933194use_declarative_schema_changer on NULL NULL NULL string
31943195use_improved_routine_dependency_tracking on NULL NULL NULL string
3196+ use_improved_routine_deps_triggers_and_computed_cols off NULL NULL NULL string
31953197use_pre_25_2_variadic_builtins off NULL NULL NULL string
31963198use_proc_txn_control_extended_protocol_fix on NULL NULL NULL string
31973199use_soft_limit_for_distribute_scan on NULL NULL NULL string
@@ -3388,6 +3390,7 @@ plan_cache_mode auto
33883390plpgsql_use_strict_into off NULL user NULL off off
33893391prefer_lookup_joins_for_fks off NULL user NULL off off
33903392prepared_statements_cache_size 0 B B user NULL 0 B 0 B
3393+ prevent_update_set_column_drop off NULL user NULL off off
33913394propagate_admission_header_to_leaf_transactions on NULL user NULL on on
33923395propagate_input_ordering off NULL user NULL off off
33933396recursion_depth_limit 1000 NULL user NULL 1000 1000
@@ -3440,6 +3443,7 @@ unsafe_allow_triggers_modifying_cascades off
34403443use_cputs_on_non_unique_indexes off NULL user NULL off off
34413444use_declarative_schema_changer on NULL user NULL on on
34423445use_improved_routine_dependency_tracking on NULL user NULL on on
3446+ use_improved_routine_deps_triggers_and_computed_cols off NULL user NULL off off
34433447use_pre_25_2_variadic_builtins off NULL user NULL off off
34443448use_proc_txn_control_extended_protocol_fix on NULL user NULL on on
34453449use_soft_limit_for_distribute_scan on NULL user NULL on on
@@ -3627,6 +3631,7 @@ plan_cache_mode NULL NULL
36273631plpgsql_use_strict_into NULL NULL NULL NULL NULL
36283632prefer_lookup_joins_for_fks NULL NULL NULL NULL NULL
36293633prepared_statements_cache_size NULL NULL NULL NULL NULL
3634+ prevent_update_set_column_drop NULL NULL NULL NULL NULL
36303635propagate_admission_header_to_leaf_transactions NULL NULL NULL NULL NULL
36313636propagate_input_ordering NULL NULL NULL NULL NULL
36323637recursion_depth_limit NULL NULL NULL NULL NULL
@@ -3680,6 +3685,7 @@ unsafe_allow_triggers_modifying_cascades NULL NULL
36803685use_cputs_on_non_unique_indexes NULL NULL NULL NULL NULL
36813686use_declarative_schema_changer NULL NULL NULL NULL NULL
36823687use_improved_routine_dependency_tracking NULL NULL NULL NULL NULL
3688+ use_improved_routine_deps_triggers_and_computed_cols NULL NULL NULL NULL NULL
36833689use_pre_25_2_variadic_builtins NULL NULL NULL NULL NULL
36843690use_proc_txn_control_extended_protocol_fix NULL NULL NULL NULL NULL
36853691use_soft_limit_for_distribute_scan NULL NULL NULL NULL NULL
0 commit comments