Skip to content

Commit e116bcf

Browse files
committed
Fix two typos, by Fujii Masao.
1 parent 0a85bb2 commit e116bcf

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,10 +3079,10 @@ RestoreArchivedFile(char *path, const char *xlogfname,
30793079
*
30803080
* 'command' is the shell command to be executed, 'commandName' is a
30813081
* human-readable name describing the command emitted in the logs. If
3082-
* 'failonSignal' is true and the command is killed by a signal, a FATAL
3082+
* 'failOnSignal' is true and the command is killed by a signal, a FATAL
30833083
* error is thrown. Otherwise a WARNING is emitted.
30843084
*
3085-
* This is currently used for restore_end_command and archive_cleanup_command.
3085+
* This is currently used for recovery_end_command and archive_cleanup_command.
30863086
*/
30873087
static void
30883088
ExecuteRecoveryCommand(char *command, char *commandName, bool failOnSignal)

0 commit comments

Comments
 (0)