Tweak guc.c to allow underscores in the names of custom variable classes,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ccdb6627ee07f4bad658905c8b0c56cd29731e43
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-01-02T01:16:02Z
Releases: 8.4.0
Tweak guc.c to allow underscores in the names of custom variable classes,
and change auto_explain's custom GUC variables to be named auto_explain.xxx
not just explain.xxx.  Per discussion in connection with the
pg_stat_statements patch, it seems like a good idea to have the convention
that custom variable classes are named the same as their defining module.
Committing separately since this should happen regardless of what happens
with pg_stat_statements itself.

Files

PathChange+/−
contrib/auto_explain/auto_explain.c modified +19 −21
doc/src/sgml/auto-explain.sgml modified +19 −19
src/backend/utils/misc/guc.c modified +4 −4