Re: BUG #2012: SPI_fnumber sigsegv when compiled with 7.4.8

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michael Enke" <michael(dot)enke(at)wincor-nixdorf(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2012: SPI_fnumber sigsegv when compiled with 7.4.8
Date: 2005-11-01 14:29:37
Message-ID: 25261.1130855377@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Michael Enke" <michael(dot)enke(at)wincor-nixdorf(dot)com> writes:
> A 'C' function, which uses the SPI_fnumber,
> which was compiled on 7.4.8 crashes the 8.0.3 server
> with a SIGSEGV.
> The same source code, compiled on 8.0.3
> makes no trouble.

This is not a bug, sorry. We have never promised compatibility of
dynamically loaded functions across PG versions.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Joel Stevenson 2005-11-01 15:04:07 BUG #2013: Assertion Failure
Previous Message Tom Lane 2005-11-01 14:27:54 Re: concurrent drop table with fkeys corrupt pg_trigger