Re: Progress reporting for pg_verify_checksums

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: Progress reporting for pg_verify_checksums
Дата
Msg-id CA+q6zcWWpXTnOY8c5W2SRs_7pvqtKsKs1+MvwdR=MxpHF0VS-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Progress reporting for pg_verify_checksums  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
> On Wed, Oct 3, 2018 at 12:51 AM Thomas Munro <thomas.munro@enterprisedb.com> wrote:
>
> On Sat, Sep 29, 2018 at 1:07 AM Michael Banck <michael.banck@credativ.de> wrote:
> > I've attached v4 of the patch.
>
> Hi Michael,
>
> Windows doesn't like sigaction:
>
> https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.15189
>
> I'm not sure if we classify this as a "frontend" program.  Should it
> be using pqsignal() from src/port/pqsignal.c?  Or perhaps just
> sigaction as you have it (pqsignal.c says that we require sigaction on
> all Unices), but #ifndef WIN32 around that stuff, since SIGUSR1 is
> never going to work anyway.

Unfortunately, patch also has some conflicts with the current master. I'll move
it to the next CF.


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

Предыдущее
От: Alexander Kuzmenkov
Дата:
Сообщение: Re: "SELECT ... FROM DUAL" is not quite as silly as it appears
Следующее
От: Tom Lane
Дата:
Сообщение: Re: "SELECT ... FROM DUAL" is not quite as silly as it appears