Fix postgres --describe-config for guc enums, breakage noted by Alvaro.

Magnus Hagander <magnus@hagander.net>

Commit: 7cbfa7565e11b3668a388fac94d787e3590b1a97
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-03-17T17:45:09Z
Releases: 8.4.0
Fix postgres --describe-config for guc enums, breakage noted by Alvaro.

While at it, rename option lookup functions to make names clearer, per
discussion with Tom.

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +13 −16
src/backend/utils/misc/help_config.c modified +8 −1
src/include/utils/guc_tables.h modified +7 −1