mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Message style improvements
This commit is contained in:
@@ -634,7 +634,7 @@ json_manifest_finalize_system_identifier(JsonManifestParseState *parse)
|
||||
system_identifier = strtou64(parse->manifest_system_identifier, &ep, 10);
|
||||
if (*ep)
|
||||
json_manifest_parse_failure(parse->context,
|
||||
"manifest system identifier not an integer");
|
||||
"system identifier in manifest not an integer");
|
||||
|
||||
/* Invoke the callback for system identifier */
|
||||
context->system_identifier_cb(context, system_identifier);
|
||||
|
Reference in New Issue
Block a user