Avoid a memory allocation in the backend startup code, to avoid having to check
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +4 −4 |