Re: Bug #646: Problems inserting new records

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mjuan(at)cibal(dot)es, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #646: Problems inserting new records
Date: 2002-04-25 16:51:27
Message-ID: 2245.1019753487@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> SearchSys Cache: Bad cache id 27

IIRC, this is a common symptom of a plpgsql.so library that's out of
sync with your backend (ie, 7.2 backend, 7.1 plpgsql.so). I suspect
the failure is coming from a plpgsql function or trigger and has
nothing to do with the rules you showed us.

Check whether the declaration of plpgsql_call_handler points at the
right .so file.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message stev knowles 2002-04-25 18:13:53 problem with SELECT DISTINCT against an empty column
Previous Message pgsql-bugs 2002-04-25 14:03:11 Bug #647: test