pgsql: Bump transaction/multixact ID warning limits to 100M.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bump transaction/multixact ID warning limits to 100M.
Date: 2026-03-20 19:16:30
Message-ID: E1w3fKf-000gcT-1X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump transaction/multixact ID warning limits to 100M.

These warning limits were last changed to 40M by commit cd5e82256d.
For the benefit of workloads that rapidly consume transactions or
multixacts, this commit bumps the limits to 100M. This will
hopefully give users enough time to react.

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Reviewed-by: wenhui qiu <qiuwenhuifx(at)gmail(dot)com>
Discussion: https://postgr.es/m/aRdhSSFb9zZH_0zc%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/48f11bfa06c6bc15369a2a0c89f7594392e02e2d

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 8 ++++----
src/backend/access/transam/multixact.c | 6 +++---
src/backend/access/transam/varsup.c | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-03-20 19:32:10 pgsql: pg_waldump: Preparatory refactoring for tar archive WAL decoding
Previous Message Tom Lane 2026-03-20 18:51:02 pgsql: Discount the metapage when estimating number of index pages visi