mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-26 14:28:26 +08:00
rather than elog(FATAL), when there is no more room in ShmemBackendArray. This is a security issue since too many connection requests arriving close together could cause the postmaster to shut down, resulting in denial of service. Reported by Yoshiyuki Asaba, fixed by Magnus Hagander.