Tweak guc.c to allow underscores in the names of custom variable classes,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Jan 2009 01:16:02 +0000 (01:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Jan 2009 01:16:02 +0000 (01:16 +0000)
commita07a088800a93830b991706abf6141406e06e496
treef6cdfbf1c285b4ede6ed4ad0ef7275e6c31b041c
parent75e9dce025314bd6d67f55dc35e4b7f725b7652d
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.
contrib/auto_explain/auto_explain.c
doc/src/sgml/auto-explain.sgml
src/backend/utils/misc/guc.c