| From: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | A typo fix in a comment in xlog.c |
| Date: | 2012-04-16 12:28:30 |
| Message-ID: | 20120416.212830.92893725.horiguchi.kyotaro@lab.ntt.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello, I found a duplicate words in the comment of
StartupXLOG(at)xlog(dot)c and the attached patch fixes it.
Essentially the fix is in one line as follows,
- * We're in recovery, so unlogged relations relations may be trashed
+ * We're in recovery, so unlogged relations may be trashed
But I did fill-paragraph for the fixed comment so the patch
replaces a little bit more.
regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center
== My e-mail address has been changed since Apr. 1, 2012.
| Attachment | Content-Type | Size |
|---|---|---|
| StartupXLOG_xlog.c_typo_fix_20120416.patch | text/x-patch | 849 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2012-04-16 12:39:16 | Re: A typo fix in a comment in xlog.c |
| Previous Message | Alexander Korotkov | 2012-04-16 12:22:39 | Re: 9.3 Pre-proposal: Range Merge Join |