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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
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:00:55
Message-ID: 24728.1172764855@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2007-03-01 16:35:46 Re: HOT - preliminary results
Previous Message Joshua D. Drake 2007-03-01 15:49:06 Re: Revitalising VACUUM FULL for 8.3