mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 02:27:36 +08:00
The isxdigit() calls relied on undefined behavior. The isascii() call was well-defined, but our prevailing style is to include the cast. Back-patch to 9.4, where the isxdigit() calls were introduced.