From: Magnus Hagander Date: Tue, 20 Feb 2018 11:03:18 +0000 (+0100) Subject: Fix typo X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=9a44a26b65d3d36867267624b76d3dea3dc4f6f6;p=users%2Fheikki%2Fpostgres.git Fix typo Author: Masahiko Sawada --- diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 1a00011adc..afe1c03aa3 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,