mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Remove duplicated words split across lines in comments
This has been detected using some interesting tricks with sed, and the method used is mentioned in details in the discussion below. Author: Justin Pryzby Discussion: https://postgr.es/m/20180908013109.GB15350@telsasoft.com
This commit is contained in:
@@ -422,7 +422,7 @@ ExecuteRecoveryCommand(const char *command, const char *commandName, bool failOn
|
||||
/*
|
||||
* A file was restored from the archive under a temporary filename (path),
|
||||
* and now we want to keep it. Rename it under the permanent filename in
|
||||
* in pg_wal (xlogfname), replacing any existing file with the same name.
|
||||
* pg_wal (xlogfname), replacing any existing file with the same name.
|
||||
*/
|
||||
void
|
||||
KeepFileRestoredFromArchive(const char *path, const char *xlogfname)
|
||||
|
||||
Reference in New Issue
Block a user