aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/error.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-09-06 16:12:28 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-09-06 22:53:16 +0200
commit2552c78c18a1cb11d0f49a3af0660a477f81839d (patch)
tree4d81187a66333d51379bd67a34e87ac3bff14b4b /src/interfaces/ecpg/ecpglib/error.c
parentce35a265a438813cd337307b6997a58ac87bf9c9 (diff)
downloadpostgresql-2552c78c18a1cb11d0f49a3af0660a477f81839d.tar.gz
postgresql-2552c78c18a1cb11d0f49a3af0660a477f81839d.zip
Message style fixes
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/error.c')
-rw-r--r--src/interfaces/ecpg/ecpglib/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/error.c b/src/interfaces/ecpg/ecpglib/error.c
index fb519195fc5..c346a6b86ce 100644
--- a/src/interfaces/ecpg/ecpglib/error.c
+++ b/src/interfaces/ecpg/ecpglib/error.c
@@ -204,7 +204,7 @@ ecpg_raise(int line, int code, const char *sqlstate, const char *str)
snprintf(sqlca->sqlerrm.sqlerrmc, sizeof(sqlca->sqlerrm.sqlerrmc),
/*------
translator: this string will be truncated at 149 characters expanded. */
- ecpg_gettext("The cursor is invalid on line %d"), line);
+ ecpg_gettext("cursor is invalid on line %d"), line);
break;
default: