Re: Re : Win32 binaries test / pg_dump problem

From: "Cyril VELTER" <cyril(dot)velter(at)metadys(dot)com>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Re : Win32 binaries test / pg_dump problem
Date: 2004-05-28 10:18:57
Message-ID: 0b1201c4449d$2ff66e50$dc01a8c0@lodgis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>

> Cyril VELTER wrote:
>
> > if you psql -f test.sql basetest from the windows shell to a windows
or
> > linux database, you'll get a missing data error :
> >
> > psql:test.sql:9: ERROR: missing data for column "b"
> > CONTEXT: COPY test, line 1: "a"
> >
> > if you psql -f test.sql basetest from a linux shell to a windows or
> > linux database, you won't get an error
>
> Sounds like we should have psql open the file in binary mode on Windows.
> Would that cause problems? I doubt it, but I wonder.
>

you might be right, I just found some information on msdn that fseek for
example is influenced by ctrl-z when the file is opened in text mode.

I'm not sure that this is the cause of the second problem (backend crash
on copy to) though.

do you known where this modification needs to be done ?

cyril

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2004-05-28 11:04:05 Re: Re : Win32 binaries test / pg_dump problem
Previous Message Magnus Hagander 2004-05-28 09:29:57 Re: win32 service code

Browse pgsql-patches by date

  From Date Subject
Next Message Harald Fuchs 2004-05-28 10:55:59 Re: pg_dump --comment?
Previous Message Magnus Hagander 2004-05-28 09:27:09 Re: Link errors on win32