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.
|
| Список | 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 по дате отправления: