PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
char * | BuildRestoreCommand (const char *restoreCommand, const char *xlogpath, const char *xlogfname, const char *lastRestartPointFname) |
char* BuildRestoreCommand | ( | const char * | restoreCommand, |
const char * | xlogpath, | ||
const char * | xlogfname, | ||
const char * | lastRestartPointFname | ||
) |
Definition at line 39 of file archive.c.
References make_native_path(), pfree(), pstrdup(), and replace_percent_placeholders().
Referenced by RestoreArchivedFile().