Thread: Fix typo in standby.c

Fix typo in standby.c

From
"houzj.fnst@fujitsu.com"
Date:
Hi,

I noticed a possible typo in standby.c:

---
 * The definitions of RunningTransactionsData and xl_xact_running_xacts are
 * similar. We keep them separate because xl_xact_running_xacts is a
---

It seems "xl_xact_running_xacts" should be "xl_running_xacts".

Best regards,
Hou zhijie


Attachment

Re: Fix typo in standby.c

From
Michael Paquier
Date:
On Fri, Mar 25, 2022 at 02:34:22AM +0000, houzj.fnst@fujitsu.com wrote:
> I noticed a possible typo in standby.c:
>
> ---
>  * The definitions of RunningTransactionsData and xl_xact_running_xacts are
>  * similar. We keep them separate because xl_xact_running_xacts is a
> ---
>
> It seems "xl_xact_running_xacts" should be "xl_running_xacts".

You are right, will fix.  Thanks!
--
Michael

Attachment