projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fc9f7
)
Add serial comma and quoting to message
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 12 Jul 2016 22:37:34 +0000
(18:37 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 12 Jul 2016 22:37:34 +0000
(18:37 -0400)
src/backend/tsearch/spell.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tsearch/spell.c
b/src/backend/tsearch/spell.c
index c43c206c0303a7d4c98478457d622e078e2df34c..835851655f5d0db6e03d240b02e85d01c93bf607 100644
(file)
--- a/
src/backend/tsearch/spell.c
+++ b/
src/backend/tsearch/spell.c
@@
-1263,8
+1263,8
@@
NIImportOOAffixes(IspellDict *Conf, const char *filename)
else if (STRNCMP(s, "default") != 0)
ereport(ERROR,
(errcode(ERRCODE_CONFIG_FILE_ERROR),
- errmsg("Ispell dictionary supports only
default
, "
- "
long and num
flag value")));
+ errmsg("Ispell dictionary supports only
\"default\"
, "
+ "
\"long\", and \"num\"
flag value")));
}
}