Skip to content

Commit 9a44a26

Browse files
committed
Fix typo
Author: Masahiko Sawada
1 parent 6f1d723 commit 9a44a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/procarray.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,7 @@ CountOtherDBBackends(Oid databaseId, int *nbackends, int *nprepared)
29582958
*
29592959
* Install limits to future computations of the xmin horizon to prevent vacuum
29602960
* and HOT pruning from removing affected rows still needed by clients with
2961-
* replicaton slots.
2961+
* replication slots.
29622962
*/
29632963
void
29642964
ProcArraySetReplicationSlotXmin(TransactionId xmin, TransactionId catalog_xmin,

0 commit comments

Comments
 (0)