pgsql: Add percentage of available IDs to wraparound warnings. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Add percentage of available IDs to wraparound warnings.
Date
Msg-id E1w3fKf-000gcR-1Q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add percentage of available IDs to wraparound warnings.

This commit adds DETAIL messages to the existing wraparound
WARNINGs that include the percentage of transaction/multixact IDs
that remain available for use.  The hope is that this more clearly
expresses the urgency of the situation.

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

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Discount the metapage when estimating number of index pages visi
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Move tar detection and compression logic to common.