Re: [COMMITTERS] pgsql: Add hash partitioning.

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема Re: [COMMITTERS] pgsql: Add hash partitioning.
Дата
Msg-id 871sl4sdrv.fsf@ansel.ydns.eu
обсуждение исходный текст
Ответ на [COMMITTERS] pgsql: Add hash partitioning.  (Robert Haas <rhaas@postgresql.org>)
Ответы Re: [COMMITTERS] pgsql: Add hash partitioning.  (amul sul <sulamul@gmail.com>)
Список pgsql-committers
Robert Haas writes:

> Add hash partitioning.

sqlsmith triggers coredumps calling satisfies_hash_partition().
ISTM this function is lacking argument validation.  Example:

,----
| PostgreSQL stand-alone backend 11devel
| backend> select satisfies_hash_partition('pg_class'::regclass,null,null,null);
| Program received signal SIGSEGV, Segmentation fault.
| 0x00005555556b3914 in satisfies_hash_partition (fcinfo=0x555555f5f668) at partition.c:3435
| 3435                fmgr_info_copy(&my_extra->partsupfunc[j],
`----

regards,
Andreas


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: [COMMITTERS] pgsql: Fix previous commit's test,for non-UTF8 databases with non-XML
Следующее
От: Noah Misch
Дата:
Сообщение: [COMMITTERS] pgsql: Fix connect/test1 expected output.