Re: odd output in restore mode

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: odd output in restore mode
Дата
Msg-id 482904FD.4030006@dunslane.net
обсуждение исходный текст
Ответ на Re: odd output in restore mode  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: odd output in restore mode  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>   
>> Simon Riggs wrote:
>>     
>>> Well, the patch was rejected long ago, not sure why its in this
>>> commitfest. But its an open issue on the Windows port.
>>>       
>
>   
>> Surely the right fix is to use the recently implemented 
>> pgwin32_safestat() (if we aren't already - I suspect we probably are) 
>> and remove the kluge in pg_standby.c.
>>     
>
> I think the open issue is how to know whether pgwin32_safestat fixes the
> problem that the kluge tried to work around.
>
>             
>   

Well, I think we need to consider quite a number of scenarios. The 
archive directory could be local, on a remote Windows machine, or on a 
remote Samba server. The archive file could be copied by Windows copy, 
or Unix cp, or scp, or rsync, among others.

I'd like to know the setup that was found to produce the error, to start 
with.

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Syntax decisions for pl/pgsql RAISE extension
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Syntax decisions for pl/pgsql RAISE extension