pgsql: Collect the global OR of hasRowSecurity flags for plancache
В списке pgsql-committers по дате отправления:
| От | Stephen Frost |
|---|---|
| Тема | pgsql: Collect the global OR of hasRowSecurity flags for plancache |
| Дата | |
| Msg-id | E1a8e47-0000mL-Un@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Collect the global OR of hasRowSecurity flags for plancache We carry around information about if a given query has row security or not to allow the plancache to use that information to invalidate a planned query in the event that the environment changes. Previously, the flag of one of the subqueries was simply being copied into place to indicate if the query overall included RLS components. That's wrong as we need the global OR of all subqueries. Fix by changing the code to match how fireRIRules works, which is results in OR'ing all of the flags. Noted by Tom. Back-patch to 9.5 where RLS was introduced. Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/651e2ba74af997c2952672397828636dc6c6d017 Modified Files -------------- src/backend/optimizer/plan/planner.c | 3 +- src/backend/optimizer/plan/setrefs.c | 3 +- src/test/regress/expected/rowsecurity.out | 154 ++++++++++++++++++++++++++++- src/test/regress/sql/rowsecurity.sql | 24 ++++- 4 files changed, 180 insertions(+), 4 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера