mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Message style improvements
This commit is contained in:
@@ -404,11 +404,11 @@ parse_output_parameters(List *options, PGOutputData *data)
|
||||
if (!protocol_version_given)
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("proto_version option missing"));
|
||||
errmsg("option \"%s\" missing", "proto_version"));
|
||||
if (!publication_names_given)
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("publication_names option missing"));
|
||||
errmsg("option \"%s\" missing", "publication_names"));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user