diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-02-20 12:03:18 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-02-20 12:03:18 +0100 |
commit | 9a44a26b65d3d36867267624b76d3dea3dc4f6f6 (patch) | |
tree | 0dc8e9c35365c3be5533c3627a4319a9cc16ea86 | |
parent | 6f1d723b6359507ef55a81617167507bc25e3e2b (diff) | |
download | postgresql-9a44a26b65d3d36867267624b76d3dea3dc4f6f6.tar.gz postgresql-9a44a26b65d3d36867267624b76d3dea3dc4f6f6.zip |
Fix typo
Author: Masahiko Sawada
-rw-r--r-- | src/backend/storage/ipc/procarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 1a00011adc3..afe1c03aa3c 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, |