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+hUKGJoVSXU5xFoLUTfbZHLwtJWjnhK9Q3yULM5HL7jVLc8nw@mail.gmail.com
обсуждение исходный текст
Ответ на 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
Here's a better patch.  I check if there is any declaration at all,
which ancient HPUX should fail based on:

command.c:5062:4: warning: implicit declaration of function 'sigwait'

Then I also check that there isn't an incompatible declaration with
the technique from thread_test.c, which Solaris should fail, based on:

command.c:5062:8: error: too many arguments to function 'sigwait'

A well placed -D_POSIX_PTHREAD_SEMANTICS might allow it work on
Solaris, but I'm not sure if it's OK to do that without other
threading options and I don't have access to test.

Вложения

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

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