Re: HeapTuple->t_tableOid==0 after SPI_exec

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: achill(at)matrix(dot)gatewaynet(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: HeapTuple->t_tableOid==0 after SPI_exec
Date: 2003-10-03 15:03:19
Message-ID: 19577.1065193399@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

achill(at)matrix(dot)gatewaynet(dot)com writes:
> are there gonna be changes in SPI or internal structs in 7.4?

No more than usual ;-). You will need to recompile shared libraries,
but (in theory) source code changes shouldn't be needed. You might want
to think about upgrading elog() calls to ereport() though.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message achill 2003-10-03 15:04:47 Re: HeapTuple->t_tableOid==0 after SPI_exec
Previous Message Oleg Bartunov 2003-10-03 14:48:42 Re: Weird locking situation

Browse pgsql-sql by date

  From Date Subject
Next Message achill 2003-10-03 15:04:47 Re: HeapTuple->t_tableOid==0 after SPI_exec
Previous Message Tom Lane 2003-10-03 14:43:36 Re: HeapTuple->t_tableOid==0 after SPI_exec