Re: Unix sockets connection authentication - patch - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Unix sockets connection authentication - patch
Date
Msg-id Pine.LNX.4.30.0105031602270.900-100000@peter.localdomain
Whole thread Raw
In response to Unix sockets connection authentication - patch  ("Oliver Elphick" <olly@lfix.co.uk>)
List 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 by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: \c connects as another user instead I want in psql
Next
From: Peter Eisentraut
Date:
Subject: Re: \c connects as another user instead I want in psql