Re: parallel restore - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: parallel restore
Date
Msg-id 49847250.2010001@dunslane.net
Whole thread Raw
In response to Re: parallel restore  (Andrew Dunstan <andrew@dunslane.net>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: mingw check hung
Next
From: Andrew Dunstan
Date:
Subject: Re: mingw check hung