OSDN Git Service

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)
commitccdb6627ee07f4bad658905c8b0c56cd29731e43
tree743f42dec8259a96000bc50591e20f52b40ed2bf
parent65deb13436af7633e67886735d85020233e82442
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