Fix wrong word in comment.
authorRobert Haas <rhaas@postgresql.org>
Tue, 7 Mar 2017 15:43:28 +0000 (10:43 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 7 Mar 2017 15:44:09 +0000 (10:44 -0500)
Third time's the charm.

src/backend/utils/adt/misc.c

index 869c3bd7fa52440fedf4524e1d81ccfbd9e79e57..1ec7f32470a838e4a3d6ce99f92a6f9071781acc 100644 (file)
@@ -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;