Avoid a memory allocation in the backend startup code, to avoid having to check
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 4 May 2009 02:24:17 +0000 (02:24 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 4 May 2009 02:24:17 +0000 (02:24 +0000)
commiteb0ef96a7dc02af9c2702a0a7d50f5cfc9a98d4f
treea91cdf0e866bd2bb154188f934f0b1e445634f72
parentbcaef8b5a0e2d5c143dabd8516090a09e39b27b8
Avoid a memory allocation in the backend startup code, to avoid having to check
whether it failed.  Modelled after catcache.c's usage of DlList, per suggestion
from Tom.
src/backend/postmaster/postmaster.c