Added new group of read-only GUC variables to allow simple access

Joe Conway <mail@joeconway.com>

Commit: 66989aa2d6de4ccb469750fe661e525404cf5990
Author: Joe Conway <mail@joeconway.com>
Date: 2003-12-03T18:52:00Z
Releases: 8.0.0
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