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 (view raw or flat )
Thread:
2007-03-01 05:03:12 from Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
2007-03-01 06:06:04 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-03-01 07:04:53 from Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
2007-03-01 08:00:33 from Mageshwaran <j_mageshwaran(at)sifycorp(dot)com>
2007-03-01 09:21:58 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2007-03-01 13:33:51 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2007-03-01 10:26:23 from "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
2007-03-01 10:48:02 from Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
2007-03-01 10:51:39 from Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
2007-03-01 13:50:30 from Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
2007-03-01 16:00:55 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-03-01 16:58:52 from Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
2007-03-01 11:13:04 from "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
2007-03-01 12:06:20 from Zoltan Boszormenyi <zboszor(at)dunaweb(dot)hu>
2007-03-02 22:38:31 from Bruno Wolff III <bruno(at)wolff(dot)to>
2007-03-03 00:45:21 from "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
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
pgsql-hackers by date
Next :From: Merlin MoncureDate: 2007-03-01 16:35:46
Subject : Re: HOT - preliminary results
Previous :From : Joshua D. DrakeDate : 2007-03-01 15:49:06
Subject : Re: Revitalising VACUUM FULL for 8.3