postgresql/src/backend/utils/error
Magnus Hagander 52a8d4f8f7 Implement enum type for guc parameters, and convert a couple of existing
variables to it. More need to be converted, but I wanted to get this in
before it conflicts with too much...

Other than just centralising the text-to-int conversion for parameters,
this allows the pg_settings view to contain a list of available options
and allows an error hint to show what values are allowed.
2008-03-10 12:55:13 +00:00
..
assert.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
elog.c Implement enum type for guc parameters, and convert a couple of existing 2008-03-10 12:55:13 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00