pgsql: Comment on expectations for AutoVacuumWorkItem handlers.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Comment on expectations for AutoVacuumWorkItem handlers.
Date: 2023-03-25 20:01:57
Message-ID: E1pgA5M-005NGu-RP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Comment on expectations for AutoVacuumWorkItem handlers.

This might prevent a repeat of the brin_summarize_range() vulnerability
that commit a117cebd638dd02e5c2e791c25e43745f233111b fixed.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e33967b13bbc6e4e1c1b5e9ecd1c45148cffcc53

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-03-25 21:55:35 pgsql: Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Previous Message Tom Lane 2023-03-25 19:34:20 pgsql: Fix CREATE INDEX progress reporting for multi-level partitioning