Re: pgsql: Allow copydir() to be interrupted.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Allow copydir() to be interrupted.
Дата
Msg-id 4C2DD731.50807@dunslane.net
обсуждение исходный текст
Ответ на pgsql: Allow copydir() to be interrupted.  (rhaas@postgresql.org (Robert Haas))
Ответы Re: pgsql: Allow copydir() to be interrupted.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers

Robert Haas wrote:
> Log Message:
> -----------
> Allow copydir() to be interrupted.
>
> This makes ALTER DATABASE .. SET TABLESPACE and CREATE DATABASE more
> sensitive to interrupts.  Backpatch to 8.4, where ALTER DATABASE .. SET
> TABLESPACE was introduced.  We could go back further, but in the absence
> of complaints about the CREATE DATABASE case it doesn't seem worth it.
>
> Guillaume Lelarge, with a small correction by me.
>
> Modified Files:
> --------------
>     pgsql/src/port:
>         copydir.c (r1.36 -> r1.37)
>         (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/copydir.c?r1=1.36&r2=1.37)
>
>

This appears to have broken MinGW and Cygwin builds on the buildfarm.

cheers

andrew

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

Предыдущее
От: bschwarz@pgfoundry.org (User Bschwarz)
Дата:
Сообщение: pgtcl - libpgtcl: * some additional code to support callback for async
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Allow copydir() to be interrupted.