projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11324e4
)
Fix wrong word in comment.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 7 Mar 2017 15:43:28 +0000
(10:43 -0500)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/src/backend/utils/adt/misc.c
b/src/backend/utils/adt/misc.c
index 869c3bd7fa52440fedf4524e1d81ccfbd9e79e57..1ec7f32470a838e4a3d6ce99f92a6f9071781acc 100644
(file)
--- a/
src/backend/utils/adt/misc.c
+++ b/
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
newlin
e found, so file content is corrupted. */
+ /* Uh oh. No
spac
e found, so file content is corrupted. */
elog(ERROR,
"missing space character in \"%s\"", LOG_METAINFO_DATAFILE);
break;