Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Дата
Msg-id CA+hUKGKDKXEfkQR5HsG7pq7oLaH366zqyMuRE4DMg2=Hb_C1GQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Список pgsql-committers
On Tue, Jul 13, 2021 at 1:09 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Thomas Munro <thomas.munro@gmail.com> writes:
> > 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.

Ah, I see.  I'll have a crack at that after lunch.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Robustify tuplesort's free_sort_tuple function