plan_cache_mode and postgresql.conf.sample
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-08-22T05:45:50Z
Lists: pgsql-hackers
Attachments
- sample_conf_plan_cache_mode.patch (application/octet-stream) patch
Hi, While testing something that I needed to ensure a generic plan was being used, during editing postgresql.conf I couldn't quite remember the exact spelling of the option to do that. I think the valid options for the setting should be listed in the sample config file. Patch attached. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Provide plan_cache_mode options in postgresql.conf.sample.
- f9fe269ca218 12.0 landed