Re: Fix typo in standby.c
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-03-25T02:46:55Z
Lists: pgsql-hackers
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
Commits
-
Fix typos in standby.c
- ad8759bea06d 15.0 landed