Avoid a memory allocation in the backend startup code, to avoid having to check

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: a1e1ef4f77649a994ce8f5e3c696f319b6b45742
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2009-05-04T02:24:17Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +4 −4