Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?
Date
Msg-id 24728.1172764855@sss.pgh.pa.us
Whole thread Raw
In response to Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Responses Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
List 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


pgsql-hackers by date:

Previous
From: postgres-001@os10000.net
Date:
Subject: Parallel Query
Next
From: "Merlin Moncure"
Date:
Subject: Re: HOT - preliminary results