Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?

Zoltan Boszormenyi <zboszor@dunaweb.hu>

From: Zoltan Boszormenyi <zboszor@dunaweb.hu>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "Florian G. Pflug" <fgp@phlo.org>, pgsql-hackers@postgresql.org
Date: 2007-03-01T16:58:52Z
Lists: pgsql-hackers
Tom Lane írta:
> 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
>   

Thanks, I found it.

Best regards,
Zoltán Böszörményi