Help SPI

From: Anand Surelia <anand(at)bytekinc(dot)com>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Help SPI
Date: 1998-10-01 22:34:10
Message-ID: 36140361.F67FA34B@bytekinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I am using refint.c to implement foreign keys references. It works fine
for a few tables but when there are lots of tables and triggers fire in
cascade then it fails.
It will execute a few triggers and then say :
check_primary_key: SPI_prepare returned -6
or
PQExec(): backend closed channel.

I believe it is because of some memory leak while allocating and saving
plans. Can anyone shed any light? Any help would be appreciated?
Thanks,
Anand.

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1998-10-01 22:54:19 Re: [GENERAL] Long update query ?
Previous Message Taral 1998-10-01 17:55:39 CNF vs DNF