]> granicus.if.org Git - postgresql/commit
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)
commita1e1ef4f77649a994ce8f5e3c696f319b6b45742
tree6c9417a4949172ea693c3a5495d71a2ab7d089dc
parentd85c6883e73d832c05c960729571c3abdf2372af
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