Message style fixes

This commit is contained in:
Peter Eisentraut
2017-09-11 11:20:47 -04:00
parent 5c11717185
commit f552d18f3e
34 changed files with 100 additions and 101 deletions

View File

@ -136,7 +136,7 @@ ParseVariableBool(const char *value, const char *name, bool *result)
{
/* string is not recognized; don't clobber *result */
if (name)
psql_error("unrecognized value \"%s\" for \"%s\": boolean expected\n",
psql_error("unrecognized value \"%s\" for \"%s\": Boolean expected\n",
value, name);
valid = false;
}