Re: [Fwd: Re: [pgsql-hackers-win32] Import from Linux to

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [Fwd: Re: [pgsql-hackers-win32] Import from Linux to
Date: 2004-08-14 22:25:12
Message-ID: 200408142225.i7EMPCq13413@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan wrote:
>
>
> Bruce Momjian wrote:
>
> >One issue is that pre-8.0, psql files were opened in Win32 text mode, so
> >we wouldn't have seen this bug on Win32, but we would on Linux.
> >Because we open them on Win32 now in binary mode so we see control-Z it
> >will show up on Win32 too.
> >
> >
> >
>
> true, *BUT*
>
> The patch is not platform-specific. It simply makes psql accept the same
> line endings on COPY FROM that the backend will accept - in effect it
> makes it line-end agnostic - this is a Good Thing (tm).
>
> We are still months away from releasing 8.0, so I think doing this for
> tomorrow's 7.4 bundle makes sense.

Yes, totally agree.

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

  From Date Subject
Next Message Tom Lane 2004-08-14 22:25:40 Re: [HACKERS] [Fwd: Re: [pgsql-hackers-win32] Import from Linux to
Previous Message Tom Lane 2004-08-14 22:14:54 Re: Calling PL functions with named parameters

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-08-14 22:25:40 Re: [HACKERS] [Fwd: Re: [pgsql-hackers-win32] Import from Linux to
Previous Message Andrew Dunstan 2004-08-14 22:09:08 Re: [Fwd: Re: [pgsql-hackers-win32] Import from Linux to