mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 02:01:23 -04:00
Improve error message for incorrect number inputs in libecpg.
This commit is contained in:
parent
b6d95939ed
commit
90d61bd1d1
1 changed files with 0 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue