mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix typo
Author: Masahiko Sawada
This commit is contained in:
@ -2958,7 +2958,7 @@ CountOtherDBBackends(Oid databaseId, int *nbackends, int *nprepared)
|
|||||||
*
|
*
|
||||||
* Install limits to future computations of the xmin horizon to prevent vacuum
|
* Install limits to future computations of the xmin horizon to prevent vacuum
|
||||||
* and HOT pruning from removing affected rows still needed by clients with
|
* and HOT pruning from removing affected rows still needed by clients with
|
||||||
* replicaton slots.
|
* replication slots.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ProcArraySetReplicationSlotXmin(TransactionId xmin, TransactionId catalog_xmin,
|
ProcArraySetReplicationSlotXmin(TransactionId xmin, TransactionId catalog_xmin,
|
||||||
|
Reference in New Issue
Block a user