Avoid using SearchSysCacheExists in has_foo_privilege() functions

Edit
ID 4611
Title Avoid using SearchSysCacheExists in has_foo_privilege() functions
Topic Bug Fixes
Created 2023-10-12 21:14:49
Last modified 2023-10-14 20:13:37 (1 year, 1 month ago)
Latest email 2023-10-20 11:00:00 (1 year, 1 month ago)
Status
2023-11: Committed
Target version
Authors Tom Lane (tgl)
Reviewers Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/4611
git checkout commitfest/cf/4611
Emails
BUG #18014: Releasing catcache entries makes schema_to_xmlschema() fail when parallel workers are used
First at 2023-07-04 11:00:01 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2023-10-20 11:00:00 by Alexander Lakhin <exclusion at gmail.com>
Latest attachment (v1-0001-fix-table-privilege-checks.patch) at 2023-10-12 21:01:27 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (v1-0001-fix-table-privilege-checks.patch) at 2023-10-12 21:01:27 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (isolate-schema_get_xml_visible_tables.patch) at 2023-07-21 09:00:01 from Alexander Lakhin <exclusion at gmail.com> (Patch: Yes)
    Attachment (inhibit_parallel_in_xmlfuncs_poc.diff) at 2023-07-20 08:29:24 from Kyotaro Horiguchi <horikyota.ntt at gmail.com> (Patch: Yes)
History
When Who What
2023-10-14 20:13:37 Tom Lane (tgl) Closed in commitfest 2023-11 with status: Committed
2023-10-14 20:13:37 Tom Lane (tgl) Changed committer to tgl
2023-10-12 21:15:01 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2023-10-12 21:14:50 Tom Lane (tgl) Attached mail thread 18014-28c81cb79d44295d@postgresql.org
2023-10-12 21:14:49 Tom Lane (tgl) Created patch record
Edit