Fix typo about WalSndPrepareWrite

From: japin <japinli(at)hotmail(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix typo about WalSndPrepareWrite
Date: 2021-01-14 04:40:25
Message-ID: MEYP282MB1669CD0B7668845E1308E1C9B6A80@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

While reading the code about logical replication, I found that
WalSndPrepareWrite function says it use XLogSendPhysical to fill out the
sendtime, however, it actually done by WalSndWriteData. It looks like a
typo, attaching a very small patch to correct it.

--
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.

Attachment Content-Type Size
v1-0001-Fix-typo-about-WalSndPrepareWrite.patch text/x-patch 1023 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2021-01-14 04:56:16 Re: Fix typo about WalSndPrepareWrite
Previous Message Kyotaro Horiguchi 2021-01-14 04:32:29 Re: A failure of standby to follow timeline switch