Re: C function from 7.3.2 to 7.4.3 - Mailing list pgsql-admin

From Tom Lane
Subject Re: C function from 7.3.2 to 7.4.3
Date
Msg-id 5951.1088717327@sss.pgh.pa.us
Whole thread Raw
In response to C function from 7.3.2 to 7.4.3  ("Lee Wu" <Lwu@mxlogic.com>)
List pgsql-admin
"Lee Wu" <Lwu@mxlogic.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

pgsql-admin by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: pg_clog error after crash
Next
From: Peter Eisentraut
Date:
Subject: Re: C function from 7.3.2 to 7.4.3