- Notifications
You must be signed in to change notification settings - Fork5
Commitba82629
committed
Allow trailing whitespace in parse_real(), for consistency with
parse_int() and with itself (strtod allows leading whitespace, so itseems odd not to allow trailing whitespace). parse_bool remainsnot-whitespace-friendly, but this is generically true for non-numericGUC variables, so I'll desist from changing it.1 parentaa55d05 commitba82629
1 file changed
+18
-12
lines changedLines changed: 18 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
3721 | 3721 |
| |
3722 | 3722 |
| |
3723 | 3723 |
| |
3724 |
| - | |
3725 |
| - | |
3726 |
| - | |
| 3724 | + | |
| 3725 | + | |
| 3726 | + | |
3727 | 3727 |
| |
3728 | 3728 |
| |
3729 | 3729 |
| |
| |||
3999 | 3999 |
| |
4000 | 4000 |
| |
4001 | 4001 |
| |
4002 |
| - | |
4003 |
| - | |
4004 |
| - | |
| 4002 | + | |
| 4003 | + | |
| 4004 | + | |
4005 | 4005 |
| |
4006 | 4006 |
| |
4007 | 4007 |
| |
4008 | 4008 |
| |
4009 | 4009 |
| |
4010 | 4010 |
| |
4011 | 4011 |
| |
| 4012 | + | |
| 4013 | + | |
| 4014 | + | |
4012 | 4015 |
| |
4013 | 4016 |
| |
4014 |
| - | |
4015 |
| - | |
4016 |
| - | |
4017 |
| - | |
| 4017 | + | |
4018 | 4018 |
| |
4019 |
| - | |
| 4019 | + | |
| 4020 | + | |
| 4021 | + | |
| 4022 | + | |
| 4023 | + | |
| 4024 | + | |
| 4025 | + | |
4020 | 4026 |
| |
4021 | 4027 |
| |
4022 | 4028 |
| |
|
0 commit comments
Comments
(0)