Code review for various recent GUC hacking. Don't elog(ERROR) when
authorTom Lane <[email protected]>
Tue, 31 Aug 2004 19:28:51 +0000 (19:28 +0000)
committerTom Lane <[email protected]>
Tue, 31 Aug 2004 19:28:51 +0000 (19:28 +0000)
commitc32416ebb748f9cc6ad4c0d3383d8593f151fa60
tree3ba7edb0581b69a796134e936cfe8e05bd0d45f1
parent617d6ea7df6edbdf959a6c6dbf6f4fdd3d272a9c
Code review for various recent GUC hacking.  Don't elog(ERROR) when
not supposed to (fixes problem with postmaster aborting due to mistaken
postgresql.conf change); don't call superuser() when not inside a
transaction (fixes coredump when, eg, try to set log_statement from
PGOPTIONS); some message style guidelines enforcement.
src/backend/commands/variable.c
src/backend/utils/misc/guc.c