Re: Improve description of XLOG_RUNNING_XACTS - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Improve description of XLOG_RUNNING_XACTS
Date
Msg-id cbf0d216-ad51-7495-ebbc-518eea775dd9@oss.nttdata.com
Whole thread Raw
In response to Improve description of XLOG_RUNNING_XACTS  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Improve description of XLOG_RUNNING_XACTS
List pgsql-hackers

On 2022/07/21 10:13, Masahiko Sawada wrote:
> Hi,
> 
> I realized that standby_desc_running_xacts() in standbydesc.c doesn't
> describe subtransaction XIDs. I've attached the patch to improve the
> description.

+1

The patch looks good to me.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Allowing REINDEX to have an optional name
Next
From: Richard Guo
Date:
Subject: Re: Is select_outer_pathkeys_for_merge() too strict now we have Incremental Sorts?