Re: libpq API incompatibility between 7.4 and 8.0 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: libpq API incompatibility between 7.4 and 8.0
Date
Msg-id 29655.1107363710@sss.pgh.pa.us
Whole thread Raw
In response to libpq API incompatibility between 7.4 and 8.0  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: libpq API incompatibility between 7.4 and 8.0
Re: libpq API incompatibility between 7.4 and 8.0
List pgsql-hackers
Martin Pitt <mpitt@debian.org> writes:
> What would you propose as a solution?

Do nothing.  The problem you are raising isn't very serious since
RPM-style installations don't support concurrent installation of
multiple PG versions anyway.  That being the case, it doesn't really
matter whether 8.0 psql can use a 7.4 library or vice versa.

To do otherwise would essentially amount to deciding that get_progname
is part of the exported API of libpq forevermore.  That's not something
I'm willing to buy into.  It was a mistake that it was done that way in
7.4, and I want to rectify that mistake before it gets any more
entrenched.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Bug in create operator and/or initdb
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Bug in create operator and/or initdb