Win32:

Bruce Momjian <bruce@momjian.us>

Commit: d91acf840136f751898378c0ff41d317e993d1a6
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-03-05T01:11:04Z
Releases: 8.0.0
Win32:

* Mostly, casting etc to remove compilation warnings in win32 only code.

* main.c: set _IONBF to stdout/stderr under win32 (under win32, _IOLBF
defaults to full buffering)

* pg_resetxlog/Makefile: ensures dirmod.o gets cleaned (got bitten by
this when, after "make clean"ing, switching compilation between Ming +
Cygwin)

Claudio Natoli

Files