]> granicus.if.org Git - postgresql/commit
Code review for superuser_reserved_connections patch. Don't try to do
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Nov 2002 06:36:27 +0000 (06:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Nov 2002 06:36:27 +0000 (06:36 +0000)
commiteda8dd8b2d7d7969bad7d65f3dceb0ad8b617f54
treeddcbd26bc76652413b1ffd057a7b34f6c90dce6e
parent6d227ae782466763869c7cc8ca7aebcaf631a96f
Code review for superuser_reserved_connections patch.  Don't try to do
database access outside a transaction; revert bogus performance improvement
in SIBackendInit(); improve comments; add documentation (this part courtesy
Neil Conway).
doc/src/sgml/runtime.sgml
src/backend/postmaster/postmaster.c
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinvaladt.c
src/backend/utils/init/postinit.c