Corrects a typo, introduces missing variables, and rearranges the
Bruce Momjian <bruce@momjian.us>
Corrects a typo, introduces missing variables, and rearranges the initialization of stats process under EXEC_BACKEND. [A cleaner, rationalized approach to stat/backend/SSDataBase child processes under EXEC_BACKEND is on my TODO list. However this patch takes care of immediate concerns (ie. stats test now passes under win32)] Claudio Natoli
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/pgstat.c | modified | +33 −9 |
| src/backend/postmaster/postmaster.c | modified | +4 −1 |
| src/include/pgstat.h | modified | +4 −1 |