Re: new initdb.c available

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: new initdb.c available
Date: 2003-10-08 11:55:58
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA4962031@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> . using "wb" for writing out on Windows is so that we don't
> get Windows' gratuitous addition of carriage returns. I will document that.

Please use the #define PG_BINARY_W from c.h which is defined
with the correct letters for all platforms ("wb" on Windows).

That is how Peter's comment was meant.

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff 2003-10-08 12:36:56 Sun performance - Major discovery!
Previous Message Seun Osewa 2003-10-08 10:56:49 Re: Dreaming About Redesigning SQL