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

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

  1. Fix typos in standby.c