mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 15:37:39 +08:00
Message style fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user