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 backend/replication/README |
Date: | 2015-02-24 10:02:25 |
Message-ID: | 20150224.190225.230493919.horiguchi.kyotaro@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi, I found a trivial typo in backend/replication/README
| Walreceiver IPC
| ---------------
|
| When the WAL replay in startup process has reached the end of archived WAL,
| recoverable using recovery_command, it starts up the walreceiver process
I think the recovery_command should be restore_command. This was
introduced at 9.0dev and all of REL9_x_STABLE contain this. I
don't know how "recoverable using restore_command" looks wired,
but I changed the sentsnce to fit the parameter name.
Likewise, the release note for 8.3.2 at HEAD(at)master contains the
similar typo. The typo originates in 8.4dev and back patched to
8.3.2 but I suspect that the all branches originates from 8.4dev
need to be fixed.
Patch 1: Fix for replication/README@@master
Patch 2: Fix for release-8(dot)3(dot)sgml(at)master
regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center
Attachment | Content-Type | Size |
---|---|---|
0001-Fix-typo-of-restore_command-in-backend-replication-R.patch | text/x-patch | 951 bytes |
0002-Fix-typo-of-restore_command-in-release-8.3.sgml.patch | text/x-patch | 808 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2015-02-24 10:53:54 | Re: Partitioning WIP patch (was: Partitioning: issues/ideas) |
Previous Message | Kyotaro HORIGUCHI | 2015-02-24 09:49:28 | Re: How about to have relnamespace and relrole? |