Patch to fix write after end of array in hashed agg initialization
От | Colm McHugh |
---|---|
Тема | Patch to fix write after end of array in hashed agg initialization |
Дата | |
Msg-id | CAFeeJoKKu0u+A_A9R9316djW-YW3-+Gtgvy3ju655qRHR3jtdA@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Patch to fix write after end of array in hashed agg initialization
|
Список | pgsql-hackers |
explain (costs off) select 1 from tenk where (hundred, thousand) in (select twothousand, twothousand from onek);
psql: WARNING: problem in alloc set ExecutorState: detected write past chunk end in block 0x7f8b8901fa00, chunk 0x7f8b89020cd0
psql: WARNING: problem in alloc set ExecutorState: detected write past chunk end in block 0x7f8b8901fa00, chunk 0x7f8b89020cd0
QUERY PLAN
-------------------------------------------------------------
Hash Join
Hash Cond: (tenk.hundred = onek.twothousand)
-> Seq Scan on tenk
Filter: (hundred = thousand)
-> Hash
-> HashAggregate
Group Key: onek.twothousand, onek.twothousand
-> Seq Scan on onek
Вложения
В списке pgsql-hackers по дате отправления: