forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf22e84d
committed
ecpg: avoid adding whitespace around '&' in connection URLs.
The preprocessor really should not have done this to begin with.The space after '&' was masked by ECPGconnect's skipping spacesbefore option keywords, and the space before by dint of libpqbeing (mostly) insensitive to trailing space in option values.We fixed the one known problem with that in920d519. Hencethis patch is mostly cosmetic, and we'll just change it in HEAD.Discussion:https://postgr.es/m/TY2PR01MB36286A7B97B9A15793335D18C1772@TY2PR01MB3628.jpnprd01.prod.outlook.com1 parentddbba3a commitf22e84d
File tree
4 files changed
+7
-4
lines changed- src/interfaces/ecpg
- ecpglib
- preproc
- test/expected
4 files changed
+7
-4
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
579 | 579 |
| |
580 | 580 |
| |
581 | 581 |
| |
582 |
| - | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
583 | 586 |
| |
584 | 587 |
| |
585 | 588 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments
Comments
(0)