Comment typo in xlog.c
Started by Fujii Masaoabout 15 years ago2 messages
Hi,
I found two typos in xlog.c. Could you apply the attached patch?
Regards,
--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
typo.patchapplication/octet-stream; name=typo.patchDownload
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index ae9ed8f..1ed9687 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -3087,10 +3087,10 @@ not_available:
*
* 'command' is the shell command to be executed, 'commandName' is a
* human-readable name describing the command emitted in the logs. If
- * '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
* error is thrown. Otherwise a WARNING is emitted.
*
- * This is currently used for restore_end_command and archive_cleanup_command.
+ * This is currently used for recovery_end_command and archive_cleanup_command.
*/
static void
ExecuteRecoveryCommand(char *command, char *commandName, bool failOnSignal)
Re: Comment typo in xlog.c
On 06.12.2010 09:01, Fujii Masao wrote:
I found two typos in xlog.c. Could you apply the attached patch?
Applied.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com