mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Code cleanup
for commit c96de2ce17
Author: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://www.postgresql.org/message-id/20230111185434.GA1912982@nathanxps13
This commit is contained in:
@@ -154,9 +154,6 @@ RestoreArchivedFile(char *path, const char *xlogfname,
|
||||
xlogRestoreCmd = BuildRestoreCommand(recoveryRestoreCommand,
|
||||
xlogpath, xlogfname,
|
||||
lastRestartPointFname);
|
||||
if (xlogRestoreCmd == NULL)
|
||||
elog(ERROR, "could not build restore command \"%s\"",
|
||||
recoveryRestoreCommand);
|
||||
|
||||
ereport(DEBUG3,
|
||||
(errmsg_internal("executing restore command \"%s\"",
|
||||
|
||||
Reference in New Issue
Block a user