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

From: Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?
Date: 2007-03-01 16:58:52
Message-ID: 45E7064C.2050405@dunaweb.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane írta:
> Zoltan Boszormenyi <zboszor(at)dunaweb(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2007-03-01 17:05:24 Re: HOT - preliminary results
Previous Message Merlin Moncure 2007-03-01 16:35:46 Re: HOT - preliminary results