pgsql: Comment on expectations for AutoVacuumWorkItem handlers. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Comment on expectations for AutoVacuumWorkItem handlers.
Date
Msg-id E1pgA5M-005NGu-RP@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix CREATE INDEX progress reporting for multi-level partitioning
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Add SysCacheGetAttrNotNull for guaranteed not-null attrs