Re: Unix sockets connection authentication - patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unix sockets connection authentication - patch
Дата
Msg-id Pine.LNX.4.30.0105031602270.900-100000@peter.localdomain
обсуждение исходный текст
Ответ на Unix sockets connection authentication - patch  ("Oliver Elphick" <olly@lfix.co.uk>)
Список pgsql-hackers
Oliver Elphick writes:

> Since it is not universally supported, I have included a configure test.
> autoconf needs to be run after installing the patch.

You don't need Autoconf tests for cpp symbols.  You can just write #ifdef
WEIRD_SYMBOL in the code.

Btw., never ever use AC_EGREP_*.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: \c connects as another user instead I want in psql
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: \c connects as another user instead I want in psql