[PATCHES] Minor fixes (mostly win32)

2004-02-26 Thread Claudio Natoli

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 cleaning, 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
  



minor-win32.out
Description: Binary data

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [PATCHES] Minor fixes (mostly win32)

2004-02-26 Thread Magnus Hagander
 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 cleaning, 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

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [PATCHES] Minor fixes (mostly win32)

2004-02-26 Thread Claudio Natoli

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

Nope. :-(  That's one for the mingw/msys people.

Cheers,
Claudio

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

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])