From: | Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Small typo in syncrep.h |
Date: | 2013-05-23 08:44:54 |
Message-ID: | CABOikdNhNMnsLqFBUoOBtCgj-+vCEsxXHTW2NWdg19vP9PZAkQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
While reading code, I noticed a small typo in syncrep.h. It
says SyncRepUpdateSyncStandbysDefined() is called by wal writer whereas its
called by the checkpointer process, at least in the HEAD. Previously, it
was being called by the bgwriter process.
Attached patches fix this in the relevant releases.
Thanks,
Pavan
--
Pavan Deolasee
http://www.linkedin.com/in/pavandeolasee
Attachment | Content-Type | Size |
---|---|---|
syncrep-typo-91.patch | application/octet-stream | 477 bytes |
syncrep-typo-head.patch | application/octet-stream | 481 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Atri Sharma | 2013-05-23 10:04:49 | Time limit for a process to hold Content lock in Buffer Cache |
Previous Message | Sergey Konoplev | 2013-05-23 08:29:17 | Re: WAL segments (names) not in a sequence |