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

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Date: 2021-07-13 01:20:28
Message-ID: CA+hUKGKDKXEfkQR5HsG7pq7oLaH366zqyMuRE4DMg2=Hb_C1GQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jul 13, 2021 at 1:09 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thomas Munro <thomas(dot)munro(at)gmail(dot)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.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-07-13 01:27:28 pgsql: Robustify tuplesort's free_sort_tuple function
Previous Message Tom Lane 2021-07-13 01:09:51 Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.