mirror of
https://github.com/postgres/postgres.git
synced 2026-04-26 00:31:07 -04:00
Fix typo
Author: Masahiko Sawada
This commit is contained in:
parent
6f1d723b63
commit
9a44a26b65
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue