1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Provide plan_cache_mode options in postgresql.conf.sample.

Author: David Rowley
Discussion: https://postgr.es/m/CAKJS1f8YkwojSTSg8YjNYCLCXzx0fR7wBR3Gf%2BrA9_52eoPZKg%40mail.gmail.com
This commit is contained in:
Thomas Munro
2018-08-22 18:19:39 +12:00
parent b965f26171
commit f9fe269ca2

View File

@ -350,7 +350,7 @@
#join_collapse_limit = 8 # 1 disables collapsing of explicit
# JOIN clauses
#force_parallel_mode = off
#plan_cache_mode = auto
#plan_cache_mode = auto # auto, force_generic_plan or force_custom_plan
#------------------------------------------------------------------------------