Corrects a typo, introduces missing variables, and rearranges the

Bruce Momjian <bruce@momjian.us>

Commit: 8567bb2d0672c76f8fbc9156ee62ce065d2f8e15
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-03-09T05:11:53Z
Releases: 8.0.0
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

PathChange+/−
src/backend/postmaster/pgstat.c modified +33 −9
src/backend/postmaster/postmaster.c modified +4 −1
src/include/pgstat.h modified +4 −1