| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Shared library version |
| Date: | 2000-01-10 15:06:05 |
| Message-ID: | 200001101506.KAA08934@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> 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(at)linda$ psql template1
> ...
> psql: error in loading shared libraries: psql: undefined symbol:
> createPQExpBuffer
>
> olly(at)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-01-10 15:06:58 | Re: [HACKERS] Number of index fields configurable |
| Previous Message | Bruce Momjian | 2000-01-10 14:11:55 | Re: [HACKERS] Number of index fields configurable |