Re: Opening stdin/stdout in binary mode on Windows

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: Opening stdin/stdout in binary mode on Windows
Date: 2005-02-02 18:35:56
Message-ID: 200502021835.j12IZux04890@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Merlin Moncure wrote:
> Bruce wrote:
> > Well, that is a nifty trick. Great to have that solved with no
> > documentation changes required.
> >
> > Without this fix we were going to have tons of headaches.
>
> This is pretty standard m.o. in porting unix applications to win32, or
> even in console mode win32 apps that need to support binary redirection.
> I almost suggested this (setmode), but stupidly assumed it must have
> been attempted and discarded for reasons unknown at an earlier time :-).

I had never heard of it before.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Dmitry Konnov 2005-02-03 10:51:40 minGW compilation does not produce postmaster.exe
Previous Message Merlin Moncure 2005-02-02 17:55:13 Re: Opening stdin/stdout in binary mode on Windows