Revert "auto_explain.log_triggers=on"

This reverts commit 078b2dbb9b.
This commit is contained in:
Dull Bananas 2024-05-05 02:15:49 +00:00
parent 078b2dbb9b
commit 9c726f1b8c

View file

@ -35,9 +35,6 @@ config_args=(
# Include actual row amounts and run times for query plan nodes
-c auto_explain.log_analyze=on
# Include execution time of each trigger
-c auto_explain.log_triggers=on
# Don't log parameter values
-c auto_explain.log_parameter_max_length=0
)