pgsql: Improve the description of XLOG_RUNNING_XACTS.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve the description of XLOG_RUNNING_XACTS.
Date: 2022-11-02 04:41:57
Message-ID: E1oq5Zd-0003YD-9D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve the description of XLOG_RUNNING_XACTS.

Previously, the description of XLOG_RUNNING_XACTS showed only
top-transaction XIDs and whether subtransactions overflowed. This commit
improves it to show individual subtransaction XIDs. This also improves the
description of overflowed subtransactions.

This additional information can be helpful for testing and debugging
purposes.

Author: Masahiko Sawada
Reviewd by: Fujii Masao, Kyotaro Horiguchi, Ashutosh Bapat, Bharath Rupireddy
Discussion: https://postgr.es/m/CAD21AoAqvaE+XEeXHHPdAGQPcCoGXxuoeutq_nWhUSQvTt5+tA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/568546f7e46a48c065c631338c0eba1de9264ff1

Modified Files
--------------
src/backend/access/rmgrdesc/standbydesc.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-11-02 06:25:47 pgsql: Doc: Update information about manually creating slots.
Previous Message Michael Paquier 2022-11-02 02:57:17 pgsql: doc: Fix some descriptions related to pg_ident_file_mappings