On Mon, Nov 10, 2025 at 02:01:14PM -0500, Jonathan S. Katz wrote:
> If you previously created a BRIN index using the `numeric_minmax_multi_ops`
> operator class, please see the "Updating" section for additional instructions
> after upgrading your instance.
It looks like these additional instructions are missing.
> * Do not use parallelism in hash right semi-joins.
Should this be given additional context? On it's own, IMHO it's not clear
whether this is a bug fix or something else.
> * Allow nonsuperusers with `SELECT` privileges on a table to use
[`pg_prewarm`](https://www.postgresql.org/docs/current/pgprewarm.html)to prewarm indexes on that table.
nitpick: I would probably replace "nonsuperusers" with "users", but it's
correct either way.
--
nathan