1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Improve error message for incorrect number inputs in libecpg.

This commit is contained in:
Michael Meskes 2017-11-03 11:14:30 +01:00
parent ee46980a73
commit c63568b06e

View File

@ -58,7 +58,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')