Added new group of read-only GUC variables to allow simple access
Joe Conway <mail@joeconway.com>
Added new group of read-only GUC variables to allow simple access to certain compile-time options (FUNC_MAX_ARGS, INDEX_MAX_KEYS, NAMEDATALEN, BLCKSZ, HAVE_INT64_TIMESTAMP). Also added "category", "short_desc", and "extra_desc" to the pg_settings view. Per recent discussion here: http://archives.postgresql.org/pgsql-patches/2003-11/msg00363.php
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/system_views.sql | modified | +3 −3 |
| src/backend/utils/misc/guc.c | modified | +96 −21 |
| src/include/utils/guc_tables.h | modified | +3 −2 |
| src/test/regress/expected/rules.out | modified | +1 −1 |