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 06:43:43
Message-ID: CA+hUKGKOFSKvc2xo_Yw2PKhefcj47tZyL3_BC23kybDLgNJ-gw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jul 13, 2021 at 5:18 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> https://illumos.org/man/2/sigwait
> https://docs.oracle.com/cd/E36784_01/html/E36872/sigwait-2.html

Oh, hmm, that's something we already have to do elsewhere to get
standard conforming interfaces on that platform:

# Some platforms use these, so just define them. They can't hurt if they
# are not supported. For example, on Solaris -D_POSIX_PTHREAD_SEMANTICS
# enables 5-arg getpwuid_r, among other things.
PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE
-D_POSIX_PTHREAD_SEMANTICS"

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-07-13 11:55:57 Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.
Previous Message Thomas Munro 2021-07-13 05:18:33 Re: pgsql: Add PSQL_WATCH_PAGER for psql's \watch command.