Fix typo in standby.c

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix typo in standby.c
Date: 2022-03-25 02:34:22
Message-ID: OS0PR01MB57160D8B01097FFB5C175065941A9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-fix-typo-in-standby.c.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-03-25 02:35:23 Re: Corruption during WAL replay
Previous Message Thomas Munro 2022-03-25 02:23:24 Re: Corruption during WAL replay