Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcd87a5e

Browse files
committed
Fix wrong word in comment.
Third time's the charm.
1 parent11324e4 commitcd87a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ pg_current_logfile(PG_FUNCTION_ARGS)
939939
log_filepath=strchr(lbuffer,' ');
940940
if (log_filepath==NULL)
941941
{
942-
/* Uh oh. Nonewline found, so file content is corrupted. */
942+
/* Uh oh. Nospace found, so file content is corrupted. */
943943
elog(ERROR,
944944
"missing space character in \"%s\"",LOG_METAINFO_DATAFILE);
945945
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp