Re: Re : Win32 binaries test / pg_dump problem

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Re : Win32 binaries test / pg_dump problem
Дата
Msg-id 1207.24.211.141.25.1085742245.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Re: Re : Win32 binaries test / pg_dump problem  ("Cyril VELTER" <cyril.velter@metadys.com>)
Ответы Re: Re : Win32 binaries test / pg_dump problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers-win32
Cyril VELTER said:
> From: "Andrew Dunstan" <andrew@dunslane.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
>

probably in src/bin/psql/command.c::process_file()

instead of mode "r" we should probably use the predefined constant
PG_BINARY_R

cheers

andrew





В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: "Cyril VELTER"
Дата:
Сообщение: Re: Re : Win32 binaries test / pg_dump problem
Следующее
От: "efesar (the kay)"
Дата:
Сообщение: Re: [pgsql-advocacy] win32 port getting popular