postgresql/src/fe_utils
Michael Paquier f7a9a3d4b2 Skip trailing whitespaces when parsing integer options
strtoint(), via strtol(), would skip leading whitespaces but the same
rule was not applied for trailing whitespaces, leading to an
inconsistent behavior.  Some tests are changed to cover more this area.

Author: Michael Paquier
Reviewed-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/YP5Pv0d13Ct+03ve@paquier.xyz
2021-07-27 10:39:05 +09:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
Makefile Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
archive.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
cancel.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
conditional.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
connect_utils.c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
mbprint.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
option_utils.c Skip trailing whitespaces when parsing integer options 2021-07-27 10:39:05 +09:00
parallel_slot.c Refactor and generalize the ParallelSlot machinery. 2021-03-11 13:17:46 -05:00
print.c Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00
psqlscan.l psql: Fix line continuation prompts for unbalanced parentheses 2021-04-29 09:04:31 +02:00
query_utils.c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
recovery_gen.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
simple_list.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
string_utils.c Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00