Re: [sqlsmith] Failed assertion in joinrels.c
От | Dilip Kumar |
---|---|
Тема | Re: [sqlsmith] Failed assertion in joinrels.c |
Дата | |
Msg-id | CAFiTN-scgPQWrtDCEppyt48Rkb84Xfqi7wuJFNjh4cQ1tRyogA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [sqlsmith] Failed assertion in joinrels.c (Dilip Kumar <dilipbalaut@gmail.com>) |
Список | pgsql-hackers |
On Tue, Aug 2, 2016 at 3:33 PM, Dilip Kumar <dilipbalaut@gmail.com> wrote:
By mistake I mentioned edb_get_objecttypeheaddef function also, please ignore that.There are many more such exposed functions, which can throw cache lookup failure error if we pass wrong value.i.e.record_indomain_infmgr_c_validatoredb_get_objecttypeheaddefplpgsql_validatorpg_procedure_is_visibleAre we planning to change these also..below query is one example (from sqlsmith).ERROR: cache lookup failed for procedure 0
postgres=# select
postgres-# pg_catalog.record_in(
postgres(# cast(pg_catalog.numerictypmodout(
postgres(# cast(98 as integer)) as cstring),
postgres(# cast(1 as oid),
postgres(# cast(35 as integer));
ERROR: cache lookup failed for type 1
So actual list is as below..
record_in
domain_in
fmgr_c_validator
plpgsql_validator
pg_procedure_is_visible
В списке pgsql-hackers по дате отправления: