mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Fix more instances of "the the" in comments.
Plus one instance of "to to" in the docs.
This commit is contained in:
@@ -589,7 +589,7 @@ pg_backup_start_time(PG_FUNCTION_ARGS)
|
||||
}
|
||||
|
||||
/*
|
||||
* Parse the file to find the the START TIME line.
|
||||
* Parse the file to find the START TIME line.
|
||||
*/
|
||||
backup_start_time[0] = '\0';
|
||||
while (fgets(fline, sizeof(fline), lfp) != NULL)
|
||||
|
Reference in New Issue
Block a user