mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove duplicate words in comments.
Found these with grep -r "for for ".
This commit is contained in:
@ -283,7 +283,7 @@ ResolveRecoveryConflictWithTablespace(Oid tsid)
|
||||
VirtualTransactionId *temp_file_users;
|
||||
|
||||
/*
|
||||
* Standby users may be currently using this tablespace for for their
|
||||
* Standby users may be currently using this tablespace for their
|
||||
* temporary files. We only care about current users because
|
||||
* temp_tablespace parameter will just ignore tablespaces that no longer
|
||||
* exist.
|
||||
|
Reference in New Issue
Block a user