projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a35507
)
Improve error message for incorrect number inputs in libecpg.
author
Michael Meskes
Fri, 3 Nov 2017 10:14:30 +0000
(11:14 +0100)
committer
Michael Meskes
Fri, 3 Nov 2017 11:40:42 +0000
(12:40 +0100)
src/interfaces/ecpg/ecpglib/data.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/data.c
b/src/interfaces/ecpg/ecpglib/data.c
index 4c9cdccdc0aeab979037be3fc0342db6993d3c31..d33c19a59b142c373f72c77b317173090d9552a0 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/data.c
+++ b/
src/interfaces/ecpg/ecpglib/data.c
@@
-60,7
+60,6
@@
garbage_left(enum ARRAY_TYPE isarray, char **scan_length, enum COMPAT_MODE compa
do {
(*scan_length)++;
} while (isdigit(**scan_length));
- return false;
}
if (**scan_length != ' ' && **scan_length != '\0')