BUG #2012: SPI_fnumber sigsegv when compiled with 7.4.8

Started by Michael Enkeover 20 years ago2 messagesbugs
Jump to latest
#1Michael Enke
michael.enke@wincor-nixdorf.com

The following bug has been logged online:

Bug reference: 2012
Logged by: Michael Enke
Email address: michael.enke@wincor-nixdorf.com
PostgreSQL version: 8.0.3
Operating system: Linux SuSE 10
Description: SPI_fnumber sigsegv when compiled with 7.4.8
Details:

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Enke (#1)
Re: BUG #2012: SPI_fnumber sigsegv when compiled with 7.4.8

"Michael Enke" <michael.enke@wincor-nixdorf.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