]> granicus.if.org Git - postgresql/commit
Split apart message_level_options into one set for server-side settings and
authorMagnus Hagander <magnus@hagander.net>
Tue, 1 Jul 2008 06:08:31 +0000 (06:08 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 1 Jul 2008 06:08:31 +0000 (06:08 +0000)
commit7b39f488b46a722ab72f220323b2857457a4d799
tree40b542facc60b35b8f3576103b8cf9a7a0bc57f8
parent8c3340fe166fba79aeb5a51dffa951bbf63d9af4
Split apart message_level_options into one set for server-side settings and
one for client-side, restoring the previous behaviour with different
sort order for the 'log' level. Also, remove redundant list of available
options, since the enum code will output it automatically.
src/backend/utils/misc/guc.c