Add a field to guc enums to allow hiding of values from display while
Magnus Hagander <magnus@hagander.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/misc/guc.c | modified | +89 −72 |
| src/include/utils/guc.h | modified | +2 −1 |