@@ -3095,6 +3095,7 @@ plan_cache_mode auto
30953095plpgsql_use_strict_into off NULL NULL NULL string
30963096prefer_lookup_joins_for_fks off NULL NULL NULL string
30973097prepared_statements_cache_size 0 B NULL NULL NULL string
3098+ prevent_update_set_column_drop off NULL NULL NULL string
30983099propagate_admission_header_to_leaf_transactions on NULL NULL NULL string
30993100propagate_input_ordering off NULL NULL NULL string
31003101recursion_depth_limit 1000 NULL NULL NULL string
@@ -3147,6 +3148,7 @@ unsafe_allow_triggers_modifying_cascades off
31473148use_cputs_on_non_unique_indexes off NULL NULL NULL string
31483149use_declarative_schema_changer on NULL NULL NULL string
31493150use_improved_routine_dependency_tracking on NULL NULL NULL string
3151+ use_improved_routine_deps_triggers_and_computed_cols off NULL NULL NULL string
31503152use_pre_25_2_variadic_builtins off NULL NULL NULL string
31513153use_proc_txn_control_extended_protocol_fix on NULL NULL NULL string
31523154use_soft_limit_for_distribute_scan off NULL NULL NULL string
@@ -3338,6 +3340,7 @@ plan_cache_mode auto
33383340plpgsql_use_strict_into off NULL user NULL off off
33393341prefer_lookup_joins_for_fks off NULL user NULL off off
33403342prepared_statements_cache_size 0 B B user NULL 0 B 0 B
3343+ prevent_update_set_column_drop off NULL user NULL off off
33413344propagate_admission_header_to_leaf_transactions on NULL user NULL on on
33423345propagate_input_ordering off NULL user NULL off off
33433346recursion_depth_limit 1000 NULL user NULL 1000 1000
@@ -3390,6 +3393,7 @@ unsafe_allow_triggers_modifying_cascades off
33903393use_cputs_on_non_unique_indexes off NULL user NULL off off
33913394use_declarative_schema_changer on NULL user NULL on on
33923395use_improved_routine_dependency_tracking on NULL user NULL on on
3396+ use_improved_routine_deps_triggers_and_computed_cols off NULL user NULL off off
33933397use_pre_25_2_variadic_builtins off NULL user NULL off off
33943398use_proc_txn_control_extended_protocol_fix on NULL user NULL on on
33953399use_soft_limit_for_distribute_scan off NULL user NULL off off
@@ -3572,6 +3576,7 @@ plan_cache_mode NULL NULL
35723576plpgsql_use_strict_into NULL NULL NULL NULL NULL
35733577prefer_lookup_joins_for_fks NULL NULL NULL NULL NULL
35743578prepared_statements_cache_size NULL NULL NULL NULL NULL
3579+ prevent_update_set_column_drop NULL NULL NULL NULL NULL
35753580propagate_admission_header_to_leaf_transactions NULL NULL NULL NULL NULL
35763581propagate_input_ordering NULL NULL NULL NULL NULL
35773582recursion_depth_limit NULL NULL NULL NULL NULL
@@ -3625,6 +3630,7 @@ unsafe_allow_triggers_modifying_cascades NULL NULL
36253630use_cputs_on_non_unique_indexes NULL NULL NULL NULL NULL
36263631use_declarative_schema_changer NULL NULL NULL NULL NULL
36273632use_improved_routine_dependency_tracking NULL NULL NULL NULL NULL
3633+ use_improved_routine_deps_triggers_and_computed_cols NULL NULL NULL NULL NULL
36283634use_pre_25_2_variadic_builtins NULL NULL NULL NULL NULL
36293635use_proc_txn_control_extended_protocol_fix NULL NULL NULL NULL NULL
36303636use_soft_limit_for_distribute_scan NULL NULL NULL NULL NULL
0 commit comments