]> granicus.if.org Git - postgresql/commit
Remove GUC USERLIMIT variable category, making the affected variables
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Nov 2004 19:35:35 +0000 (19:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Nov 2004 19:35:35 +0000 (19:35 +0000)
commitea23ec82c2ec2ac14007f002692743b67b18f80f
treef2cc94b72ce963bfc815834154d542723c2f0623
parent1c7a47cea42fadf91d343e7f037225d5834f3df0
Remove GUC USERLIMIT variable category, making the affected variables
plain SUSET instead.  Also delay processing of options received in
client connection request until after we know if the user is a superuser,
so that SUSET values can be set that way by legitimate superusers.
Per recent discussion.
doc/src/sgml/runtime.sgml
src/backend/bootstrap/bootstrap.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/backend/utils/init/postinit.c
src/backend/utils/misc/guc.c
src/include/miscadmin.h
src/include/tcop/tcopprot.h
src/include/utils/guc.h