mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Improve error message for incorrect number inputs in libecpg.
This commit is contained in:
parent
b6d95939ed
commit
90d61bd1d1
@ -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 New Issue
Block a user