Re: C function from 7.3.2 to 7.4.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Lee Wu" <Lwu(at)mxlogic(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: C function from 7.3.2 to 7.4.3
Date: 2004-07-01 21:28:47
Message-ID: 5951.1088717327@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Lee Wu" <Lwu(at)mxlogic(dot)com> writes:
> I have some C functions (was compiled against 7.3.2, I think)

> Do I need to re-compile C functions against 7.4.3

Yes. You can hardly ever expect to move C functions across PG major
versions without at least recompiling them. (We try not to break
the source code unnecessarily, but binary compatibility is never
promised.)

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-07-01 21:50:21 Re: Problems with select version
Previous Message Peter Eisentraut 2004-07-01 21:19:41 Re: C function from 7.3.2 to 7.4.3