mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
Assorted message style improvements
This commit is contained in:
@@ -112,7 +112,7 @@ ParseVariableBool(const char *value)
|
||||
else
|
||||
{
|
||||
/* NULL is treated as false, so a non-matching value is 'true' */
|
||||
psql_error("unrecognized boolean value; assuming \"on\".\n");
|
||||
psql_error("unrecognized Boolean value; assuming \"on\"\n");
|
||||
return true;
|
||||
}
|
||||
/* suppress compiler warning */
|
||||
|
Reference in New Issue
Block a user