Code review for superuser_reserved_connections patch. Don't try to do
Tom Lane <tgl@sss.pgh.pa.us>
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).
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +39 −16 |
| src/backend/postmaster/postmaster.c | modified | +19 −17 |
| src/backend/storage/ipc/sinvaladt.c | modified | +13 −11 |
| src/backend/storage/ipc/sinval.c | modified | +6 −7 |
| src/backend/utils/init/postinit.c | modified | +13 −12 |