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:54:02 +0200
commitc5bc7050aff1d1bba6532377fe37b351581661a8 (patch)
treea1d36dce7cecc0e2afabf96d8f91f8ede4a3b130 /src/interfaces/ecpg/ecpglib/error.c
parent021da890bcc129a9a1a4d996304cf437553f0937 (diff)
downloadpostgresql-c5bc7050aff1d1bba6532377fe37b351581661a8.tar.gz
postgresql-c5bc7050aff1d1bba6532377fe37b351581661a8.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: