Re: Fix a typo in walsender.c
От | Bruce Momjian |
---|---|
Тема | Re: Fix a typo in walsender.c |
Дата | |
Msg-id | 20180328222349.GB11208@momjian.us обсуждение исходный текст |
Ответ на | Fix a typo in walsender.c (atorikoshi <torikoshi_atsushi_z2@lab.ntt.co.jp>) |
Ответы |
Re: Fix a typo in walsender.c
|
Список | pgsql-hackers |
On Tue, Feb 27, 2018 at 07:22:20PM +0900, atorikoshi wrote: > Hi, > > Attached a minor patch for a typo: s/log/lag > > Regards, > > -- > Atsushi Torikoshi > NIPPON TELEGRAPH AND TELEPHONE CORPORATION > NTT Open Source Software Center > diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c > index d46374d..8bb1919 100644 > --- a/src/backend/replication/walsender.c > +++ b/src/backend/replication/walsender.c > @@ -1245,7 +1245,7 @@ WalSndWriteData(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid, > /* > * LogicalDecodingContext 'update_progress' callback. > * > - * Write the current position to the log tracker (see XLogSendPhysical). > + * Write the current position to the lag tracker (see XLogSendPhysical). > */ > static void > WalSndUpdateProgress(LogicalDecodingContext *ctx, XLogRecPtr lsn, TransactionId xid) Thanks, patch applied. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription +
В списке pgsql-hackers по дате отправления: