Typo in procarray.c
Hi,
Attached patch for fixing $subject.
s/replicaton/replication/
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_typo_in_procarray_c.patchapplication/octet-stream; name=fix_typo_in_procarray_c.patchDownload
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c
index 1a00011..afe1c03 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -2958,7 +2958,7 @@ CountOtherDBBackends(Oid databaseId, int *nbackends, int *nprepared)
*
* Install limits to future computations of the xmin horizon to prevent vacuum
* and HOT pruning from removing affected rows still needed by clients with
- * replicaton slots.
+ * replication slots.
*/
void
ProcArraySetReplicationSlotXmin(TransactionId xmin, TransactionId catalog_xmin,
On Tue, Feb 20, 2018 at 2:47 AM, Masahiko Sawada <sawada.mshk@gmail.com>
wrote:
Hi,
Attached patch for fixing $subject.
s/replicaton/replication/
Applied, thanks.
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
On Tue, Feb 20, 2018 at 8:04 PM, Magnus Hagander <magnus@hagander.net> wrote:
On Tue, Feb 20, 2018 at 2:47 AM, Masahiko Sawada <sawada.mshk@gmail.com>
wrote:Hi,
Attached patch for fixing $subject.
s/replicaton/replication/
Applied, thanks.
Thank you!
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center