We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11324e4 commit cd87a5eCopy full SHA for cd87a5e
src/backend/utils/adt/misc.c
@@ -939,7 +939,7 @@ pg_current_logfile(PG_FUNCTION_ARGS)
939
log_filepath = strchr(lbuffer, ' ');
940
if (log_filepath == NULL)
941
{
942
- /* Uh oh. No newline found, so file content is corrupted. */
+ /* Uh oh. No space found, so file content is corrupted. */
943
elog(ERROR,
944
"missing space character in \"%s\"", LOG_METAINFO_DATAFILE);
945
break;
0 commit comments