Re: Minor fixes (mostly win32)

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Claudio Natoli" <claudio(dot)natoli(at)memetrics(dot)com>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Minor fixes (mostly win32)
Date: 2004-02-26 09:21:14
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34B304@algol.sollentuna.se
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)

FWIW, looks good to me.

These buffering fixes - are they enough to get around the buffering
issues on the mingw console? I assume no?

//Magnus

Browse pgsql-patches by date

  From Date Subject
Next Message Claudio Natoli 2004-02-26 12:53:17 Re: Minor fixes (mostly win32)
Previous Message Claudio Natoli 2004-02-26 08:25:03 Minor fixes (mostly win32)