Re: explain plans with information about (modified) gucs
Finnerty, Jim <jfinnert@amazon.com>
From: Jim Finnerty <jfinnert@amazon.com>
To: pgsql-hackers@postgresql.org
Date: 2018-12-14T13:05:18Z
Lists: pgsql-hackers
You might want to only include the GUCs that are query tuning parameters, i.e., those returned by: SELECT name, setting, category FROM pg_settings WHERE category LIKE 'Query Tuning%' ORDER BY category, name; ----- Jim Finnerty, AWS, Amazon Aurora PostgreSQL -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html
Commits
-
Add SETTINGS option to EXPLAIN, to print modified settings.
- ea569d64ac71 12.0 landed
-
Switch some palloc/memset calls to palloc0
- 1983af8e8993 12.0 cited