Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Zoltan Boszormenyi <zboszor@dunaweb.hu>
Cc: "Florian G. Pflug" <fgp@phlo.org>, pgsql-hackers@postgresql.org
Date: 2007-03-01T16:00:55Z
Lists: pgsql-hackers
Zoltan Boszormenyi <zboszor@dunaweb.hu> writes: > However, I get warning messages like: > WARNING: detected write past chunk end in ExecutorState 0xaaff68 > How can I prevent them? Find the memory-clobbering bug in your patch. regards, tom lane