Skip to content

Commit cd87a5e

Browse files
committed
Fix wrong word in comment.
Third time's the charm.
1 parent 11324e4 commit cd87a5e

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. No newline found, so file content is corrupted. */
942+
/* Uh oh. No space 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy