BUG #18742: /src/backend/rewrite/rewriteHandler.c

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #18742: /src/backend/rewrite/rewriteHandler.c
Дата
Msg-id 18742-95fbdd0c522076ad@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #18742: /src/backend/rewrite/rewriteHandler.c
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18742
Logged by:          Daniel Elishakov
Email address:      dan-eli@mail.ru
PostgreSQL version: 16.4
Operating system:   ubuntu 20.04
Description:

Deref of view->rd_rules->numLocks takes place without checking
view->rd_rules for NULL. The check rel->rd_rules for NULL above leaves an
opportunity for calling get_view_query() function. During the initialization
and execution rd_rules field of Relation structure is NULL.


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