Add a field to guc enums to allow hiding of values from display while

Magnus Hagander <magnus@hagander.net>

Commit: d88cd7db63c08e2a4ef98fe8422f0a1f278fd841
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-05-28T09:04:06Z
Releases: 8.4.0
Add a field to guc enums to allow hiding of values from display while
still accepting them as input, used to allow alternate syntax for the
same setting.

Alex Hunsaker

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +89 −72
src/include/utils/guc.h modified +2 −1