Minor fixes (mostly win32)

From: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
To: "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>
Subject: Minor fixes (mostly win32)
Date: 2004-02-26 08:25:03
Message-ID: A02DEC4D1073D611BAE8525405FCCE2B55F332@harris.memetrics.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


For application to HEAD, following community review.

* 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)

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

Attachment Content-Type Size
minor-win32.out application/octet-stream 7.0 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-02-26 09:21:14 Re: Minor fixes (mostly win32)
Previous Message Bruce Momjian 2004-02-26 02:59:53 Re: dirmod (pg_usleep) bit-rot