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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?
Дата
Msg-id 24728.1172764855@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Ответы Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Список 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 по дате отправления:

Предыдущее
От: postgres-001@os10000.net
Дата:
Сообщение: Parallel Query
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: HOT - preliminary results