forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita3699da
committed
libpq: Improve error message when parsing URI parameters and keywords
The error message showing up when parameters or keywords include toomany whitespaces was "trailing data found", which was confusing becausethere was no hint about what was actually wrong.Issue introduced in430ce18, hence there is no need for abackpatch.Author: Yushi OgiwaraReviewed-by: Fujii Masao, Tom Lane, Bruce MomjianDiscussion:https://postgr.es/m/645bd22a53c4da8a1bc7e1e52d9d3b52@oss.nttdata.com1 parentb38bac2 commita3699da
2 files changed
+5
-3
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6825 | 6825 |
| |
6826 | 6826 |
| |
6827 | 6827 |
| |
6828 |
| - | |
| 6828 | + | |
| 6829 | + | |
| 6830 | + | |
6829 | 6831 |
| |
6830 | 6832 |
| |
6831 | 6833 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
0 commit comments
Comments
(0)