mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04: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:
parent
b965f26171
commit
f9fe269ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue