pgAdmin III commit: Better detection of PQconninfoParse function

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Better detection of PQconninfoParse function
Date: 2010-08-26 11:28:29
Message-ID: 201008261128.o7QBSTnZ023755@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=02644e5e48257f29b5a5bdc2f86dc1bb7526127c

Log Message
-----------
Better detection of PQconninfoParse function

PQconninfoParse is only used if the built was done against an 8.4+ libpq.
A user can still compile pgAdmin with an older library but at the cost that
the application_name connection parameter won't be set when connecting to any
PostgreSQL releases (even 9.0+).

Branch
------
master

Modified Files
--------------
acinclude.m4 | 17 ++++++++++++++---
pgadmin/db/pgConn.cpp | 2 ++
pgadmin/debugger/dbgPgConn.cpp | 2 ++
3 files changed, 18 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-26 11:30:13 pgAdmin III commit: Automatic merge using stringmerge script.
Previous Message Dave Page 2010-08-26 10:31:35 Re: Issue with libpq < 8.4