Re: [HACKERS] Optional message to user when terminating/cancelling backend

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: [HACKERS] Optional message to user when terminating/cancelling backend
Дата
Msg-id CA+q6zcWTyvNNymMQdb-E3Ku6n4o-n07CyJjU25Capca7Hz6xyw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Optional message to user when terminating/cancelling backend  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Optional message to user when terminating/cancellingbackend  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Mon, Nov 12, 2018 at 8:36 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Daniel Gustafsson <daniel@yesql.se> writes:
> > I’ve split the patch into two logical parts, the signalling functionality and
> > the userfacing terminate/cancel part.  For extra clarity I’ve also included the
> > full v19 patch, in case you prefer that instead when seeing the two.

Just for the records, cfbot complains during the compilation:

option.c: In function ‘parseCommandLine’:
option.c:265:8: error: ignoring return value of ‘getcwd’, declared
with attribute warn_unused_result [-Werror=unused-result]
  getcwd(default_sockdir, MAXPGPATH);
        ^


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Support custom socket directory in pg_upgrade
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: Re: [HACKERS] WAL logging problem in 9.4.3?