1
0
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:
Heikki Linnakangas
2012-05-02 10:20:27 +03:00
parent 50c2d6a1a6
commit f291ccd43e
5 changed files with 5 additions and 5 deletions

View File

@ -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.