Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command. |
| Дата | |
| Msg-id | 3189569.1626138591@sss.pgh.pa.us обсуждение |
| Ответ на | Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command. (Thomas Munro <thomas.munro@gmail.com>) |
| Ответы |
Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
|
| Список | pgsql-committers |
Thomas Munro <thomas.munro@gmail.com> writes:
> On Tue, Jul 13, 2021 at 12:30 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I think this is going to fall over on gaur, which doesn't have POSIX-style
>> sigwait.
> Oh, thanks for the advance warning. Wouldn't HAVE_SIGWAIT be better? Like so.
That won't help as-is, because it *does* have sigwait, just not with
the POSIX API. thread_test.c does this:
/* Test for POSIX.1c 2-arg sigwait() and fail on single-arg version */
#include <signal.h>
int sigwait(const sigset_t *set, int *sig);
which perhaps should be pulled out of there and moved to the
configure script proper.
regards, tom lane
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера