Re: [GENERAL] Querying libpq compile time options - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] Querying libpq compile time options
Date
Msg-id 21147.1147885153@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Querying libpq compile time options  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I thought about this.  Attached is a patch you can use to
> popen("pg_config") and then look for the thread flag to configure.  One
> idea would be to add this sample to our libpq documentation.  The
> problem with the example is popen() overhead, pg_config not in $PATH, or
> pg_config's version not matching libpq's version.

Yeah, the last point seems like a killer objection :-(.  It'd be better
to add some sort of libpq function to handle the issue.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Compression and on-disk sorting
Next
From: Greg Stark
Date:
Subject: Re: Compression and on-disk sorting