Thread: RE: [HACKERS] Shared library version

RE: [HACKERS] Shared library version

From
"Ansley, Michael"
Date:
Well, this function was introduced, because the query string limit was
removed from the libpq library.  However, I don't believe that any other
libraries have been worked on.

MikeA



-----Original Message-----
From: Bruce Momjian
To: Oliver Elphick
Cc: pgsql-hackers@postgreSQL.org
Sent: 00/01/10 05:06
Subject: Re: [HACKERS] Shared library version

> There appear to have been changes in the shared library libpq.
> 
> The default library from 6.5.3 with psql from current tree gives:
> 
>   olly@linda$ psql template1
>   ...
>   psql: error in loading shared libraries: psql: undefined symbol:   
> createPQExpBuffer
> 
>   olly@linda$ LD_PRELOAD=/usr/local/pgsql/lib/libpq.so.2.0 psql
template1
>   ...
>   template1=>
> 
> Since the library has changed, it needs to have a new version number.

Seems I should just kick up every minor version number for 7.0 for all
interfaces.  OK?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania
19026

************