summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d55ee0b)
raw | patch | inline | side by side (parent: d55ee0b)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Oct 2012 08:57:59 +0000 (09:57 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Oct 2012 08:57:59 +0000 (09:57 +0100) |
src/cdata.c | patch | blob | history |
diff --git a/src/cdata.c b/src/cdata.c
index 021ba1a9cafce6f4943c07d50d821b377d83ffd9..2630e733d35d10200e9938adc5082ff6bc200ea2 100644 (file)
--- a/src/cdata.c
+++ b/src/cdata.c
ereport(ERROR, (
errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
errmsg("invalid input syntax for cdata: \"%s\"", orig),
- errhint("garbage found after number: \"%s\"", endptr)
+ errdetail("garbage found after number: \"%s\"", endptr)
));
if (typmod > 0)