Fix REASSIGN OWNED to update pg_init_privs

Edit
ID 5040
Title Fix REASSIGN OWNED to update pg_init_privs
Topic Bug Fixes
Created 2024-06-16 03:12:11
Last modified 2024-06-18 20:52:29 (5 months ago)
Latest email 2024-06-20 20:09:19 (5 months ago)
Status
2024-07: Committed
Target version 17
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/5040
git checkout commitfest/cf/5040
Emails
DROP OWNED BY fails to clean out pg_init_privs grants
First at 2024-04-05 23:10:59 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2024-06-20 20:09:19 by Robert Haas <robertmhaas at gmail.com>
Latest attachment (make-reassign-owned-handle-pg_init_privs-1.patch) at 2024-06-14 23:46:21 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (make-reassign-owned-handle-pg_init_privs-1.patch) at 2024-06-14 23:46:21 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (robust-revoke.diff) at 2024-05-26 21:19:57 from Hannu Krosing <hannuk at google.com> (Patch: Yes)
    Attachment (v3-initprivs-dependency-fix.patch) at 2024-04-29 19:15:08 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v2-initprivs-dependency-fix.patch) at 2024-04-28 18:52:40 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (initprivs-dependency-fix.patch) at 2024-04-27 22:45:33 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (init_privs.diff) at 2024-04-26 13:41:41 from Daniel Gustafsson <daniel at yesql.se> (Patch: Yes)
History
When Who What
2024-06-18 20:52:29 Tom Lane (tgl) Closed in commitfest 2024-07 with status: Committed
2024-06-18 20:52:29 Tom Lane (tgl) Changed committer to tgl
2024-06-16 03:12:38 Tom Lane (tgl) Changed targetversion to 17
2024-06-16 03:12:18 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2024-06-16 03:12:11 Tom Lane (tgl) Attached mail thread 1745535.1712358659@sss.pgh.pa.us
2024-06-16 03:12:11 Tom Lane (tgl) Created patch record
Edit