Re: libpq API incompatibility between 7.4 and 8.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martin Pitt <mpitt(at)debian(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: libpq API incompatibility between 7.4 and 8.0
Date: 2005-02-02 17:01:50
Message-ID: 29655.1107363710@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Martin Pitt <mpitt(at)debian(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-02-02 17:02:58 Re: [BUGS] Bug in create operator and/or initdb
Previous Message Bruce Momjian 2005-02-02 17:00:05 Re: [BUGS] Bug in create operator and/or initdb

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2005-02-02 17:52:03 Re: libpq API incompatibility between 7.4 and 8.0
Previous Message Martin Pitt 2005-02-02 16:53:59 Re: libpq API incompatibility between 7.4 and 8.0