]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorMagnus Hagander <magnus@hagander.net>
Tue, 20 Feb 2018 11:03:18 +0000 (12:03 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 20 Feb 2018 11:03:18 +0000 (12:03 +0100)
Author: Masahiko Sawada

src/backend/storage/ipc/procarray.c

index 1a00011adc3896240fa911e8f4b5c1fdd67ad6b0..afe1c03aa3cbb1372b4e4a4549ba6b4a0ad7b767 100644 (file)
@@ -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,