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:38:36 -0400 |
commit | a8d585c0915939a42acdb529d8e0eb832935d45f (patch) | |
tree | 4181e9e00ec2cdd0ddd4f56a2c12e48e2f58b2f2 /src/backend/replication/logical/logicalfuncs.c | |
parent | d45565162494c75eae91481eda17dc0c8ecab5db (diff) | |
download | postgresql-a8d585c0915939a42acdb529d8e0eb832935d45f.tar.gz postgresql-a8d585c0915939a42acdb529d8e0eb832935d45f.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)))); |