summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-10-04 12:36:18 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-10-04 12:36:55 -0400
commit1a00c0ef5368bb7b8ddcb3cf279df36577918ac4 (patch)
tree6d3017ad1c31ee414539a78c9ae65e2f0ce180a6 /src/backend/access/gist/gistproc.c
parent76074fcaa04fb5d35e8cf7716587440e3d075d50 (diff)
downloadpostgresql-1a00c0ef5368bb7b8ddcb3cf279df36577918ac4.tar.gz
Remove the custom_variable_classes parameter.
This variable provides only marginal error-prevention capability (since it can only check the prefix of a qualified GUC name), and the consensus is that that isn't worth the amount of hassle that maintaining the setting creates for DBAs. So, let's just remove it. With this commit, the system will silently accept a value for any qualified GUC name at all, whether it has anything to do with any known extension or not. (Unqualified names still have to match known built-in settings, though; and you will get a WARNING at extension load time if there's an unrecognized setting with that extension's prefix.) There's still some discussion ongoing about whether to tighten that up and if so how; but if we do come up with a solution, it's not likely to look anything like custom_variable_classes.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions