Re: Cleaning up multiply-defined-symbol warnings on OS X

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Cleaning up multiply-defined-symbol warnings on OS X
Date: 2006-04-28 00:41:43
Message-ID: 17108.1146184903@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I am thinking your patch is a good idea because it will give us a
> non-Win32 platform that has the _check_ behavior. We do have to bump
> the major for ecpg libs for this, but not libpq.

No, because if 8.2 ships with a libpq.so.4 that doesn't expose
pqGetpwuid, it will look like pre-8.2 versions of libecpg will work
with that libpq. Which they won't. You can't remove exported
functions (whether the export was intentional or no) without a
major version bump.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-28 00:45:00 Re: Cleaning up multiply-defined-symbol warnings on OS X
Previous Message Bruce Momjian 2006-04-28 00:34:22 Re: Cleaning up multiply-defined-symbol warnings on OS X