Fix wrong word in comment.

Third time's the charm.
pull/17/merge
Robert Haas 9 years ago
parent 11324e408f
commit cd87a5ed65
  1. 2
      src/backend/utils/adt/misc.c

@ -939,7 +939,7 @@ pg_current_logfile(PG_FUNCTION_ARGS)
log_filepath = strchr(lbuffer, ' ');
if (log_filepath == NULL)
{
/* Uh oh. No newline found, so file content is corrupted. */
/* Uh oh. No space found, so file content is corrupted. */
elog(ERROR,
"missing space character in \"%s\"", LOG_METAINFO_DATAFILE);
break;

Loading…
Cancel
Save