Re: static pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: static pg_dump
Date
Msg-id 20045.1067636113@sss.pgh.pa.us
Whole thread Raw
In response to Re: static pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> 7.4 pg_dump should be able to use 7.3's libpq --- the API has not
> changed, so we didn't bump the major number.

No, the other way 'round.  7.3 pg_dump or psql would work with a 7.4
libpq.so, but I don't believe 7.4 pg_dump or psql would work with a
7.3 libpq.so.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Call for port reports -- Failure on Linux
Next
From: Tom Lane
Date:
Subject: Re: Regression Failure: CURRENT SOURCES/union&join