diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-10-28 20:23:53 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-10-28 20:23:53 -0400 |
commit | 0bc3071796b33288cd912db196b90c76fa394c21 (patch) | |
tree | 259a31ba4ca03c0cde90340dae9457138785c165 /src/backend/replication/logical/logicalfuncs.c | |
parent | d17d5125f68da155e3a8e555c0699b7679b06e3b (diff) | |
download | postgresql-0bc3071796b33288cd912db196b90c76fa394c21.tar.gz postgresql-0bc3071796b33288cd912db196b90c76fa394c21.zip |
Message style improvements
Message style, plurals, quoting, spelling, consistency with similar
messages
Diffstat (limited to 'src/backend/replication/logical/logicalfuncs.c')
-rw-r--r-- | src/backend/replication/logical/logicalfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/logicalfuncs.c b/src/backend/replication/logical/logicalfuncs.c index a354a3f819f..012987a9727 100644 --- a/src/backend/replication/logical/logicalfuncs.c +++ b/src/backend/replication/logical/logicalfuncs.c @@ -403,7 +403,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin ctx->options.output_type !=OUTPUT_PLUGIN_TEXTUAL_OUTPUT) ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), - errmsg("logical decoding output plugin \"%s\" produces binary output, but \"%s\" expects textual data", + errmsg("logical decoding output plugin \"%s\" produces binary output, but function \"%s\" expects textual data", NameStr(MyReplicationSlot->data.plugin), format_procedure(fcinfo->flinfo->fn_oid)))); |