Re: parallel restore

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: parallel restore
Дата
Msg-id 49847250.2010001@dunslane.net
обсуждение исходный текст
Ответ на Re: parallel restore  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers

Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
>> Okay, another question --- there are two places in pg_backup_custom.c
>> where the patch #ifdef's out hasSeek tests on WIN32.  Why is that?
>> If checkSeek() is wrong on Windows, wouldn't it be better to fix it?
>>
>
> Oh, dear. That's a hangover from before that got fixed earlier this
> month. checkSeek() should now work. I will make sure it does and let
> you know.
>
>

Here is a new patch.

Changes:

    * above #ifdefs removed
    * fixed declaration of DeClone()
    * brought up to date with CVS.


successfully tested on Windows.

cheers

andrew

Вложения

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

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: mingw check hung
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: mingw check hung