| From: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
|---|---|
| To: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: 2025-11-13 release announcement draft |
| Date: | 2025-11-10 21:37:38 |
| Message-ID: | aRJbIgB5991L9LKX@nathan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-11-10 21:40:57 | Re: 2025-11-13 release announcement draft |
| Previous Message | Tom Lane | 2025-11-10 21:37:10 | Re: Support allocating memory for large strings |