| From: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | A typo in syncrep.c |
| Date: | 2015-12-16 08:33:11 |
| Message-ID: | 20151216.173311.47632565.horiguchi.kyotaro@lab.ntt.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello, I think I found a typo in a comment of syncrep.c.
> * acknowledge the commit nor raise ERROR or FATAL. The latter would
> - * lead the client to believe that that the transaction aborted, which
> * is not true: it's already committed locally. The former is no good
The 'that' looks duplicate. And it might be better to put a
be-verb before the 'aborted'.
> + * lead the client to believe that the transaction is aborted, which
regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-fix-typo-of-syncrep.c.patch | text/x-patch | 1.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Haribabu Kommi | 2015-12-16 08:33:44 | Re: pg_hba_lookup function to get all matching pg_hba.conf entries |
| Previous Message | Michael Paquier | 2015-12-16 07:34:34 | Re: pg_stat_replication log positions vs base backups |