We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent951d786 commit95e42a2Copy full SHA for 95e42a2
src/backend/access/transam/xlog.c
@@ -3087,10 +3087,10 @@ RestoreArchivedFile(char *path, const char *xlogfname,
3087
*
3088
* 'command' is the shell command to be executed, 'commandName' is a
3089
* human-readable name describing the command emitted in the logs. If
3090
- * 'failonSignal' is true and the command is killed by a signal, a FATAL
+ * 'failOnSignal' is true and the command is killed by a signal, a FATAL
3091
* error is thrown. Otherwise a WARNING is emitted.
3092
3093
- * This is currently used forrestore_end_command and archive_cleanup_command.
+ * This is currently used forrecovery_end_command and archive_cleanup_command.
3094
*/
3095
staticvoid
3096
ExecuteRecoveryCommand(char*command,char*commandName,boolfailOnSignal)