Thread
Commits
-
Fix typos in standby.c
- ad8759bea06d 15.0 landed
-
Fix typo in standby.c
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> — 2022-03-25T02:34:22Z
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
-
Re: Fix typo in standby.c
Michael Paquier <michael@paquier.xyz> — 2022-03-25T02:46:55Z
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