Fix typo in standby.c
Started by Zhijie Hou (Fujitsu)about 4 years ago2 messageshackers
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
Attachments:
0001-fix-typo-in-standby.c.patchapplication/octet-stream; name=0001-fix-typo-in-standby.c.patchDownload+2-3
Re: Fix typo in standby.c
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