Thread: pgsql: Fix Windows build.

pgsql: Fix Windows build.

From
Heikki Linnakangas
Date:
Fix Windows build.

Was broken by my xloginsert scaling patch. XLogCtl global variable needs
to be initialized in each process, as it's not inherited by fork() on
Windows.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f489470f8abee19ec0788afad92cf192c132271e

Modified Files
--------------
src/backend/access/transam/xlog.c |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)