Fix typo in standby.c
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>
From: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-03-25T02:34:22Z
Lists: pgsql-hackers
Attachments
- 0001-fix-typo-in-standby.c.patch (application/octet-stream) patch 0001
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
Commits
-
Fix typos in standby.c
- ad8759bea06d 15.0 landed