forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8d15e3e
committed
Don't forget to de-escape the password field in .pgpass.
This has been broken just about forever (or more specifically, commit7f4981f) and nobody noticed untilRichard Huxton reported it recently. Analysis and fix by RossReedstrom, although I didn't use his patch. This doesn't seemimportant enough to back-patch and is mildly backward incompatible, soI'm just doing this in master.1 parentc31224e commit8d15e3e
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4904 | 4904 |
| |
4905 | 4905 |
| |
4906 | 4906 |
| |
4907 |
| - | |
| 4907 | + | |
| 4908 | + | |
| 4909 | + | |
4908 | 4910 |
| |
4909 | 4911 |
| |
4910 | 4912 |
| |
| |||
4925 | 4927 |
| |
4926 | 4928 |
| |
4927 | 4929 |
| |
| 4930 | + | |
| 4931 | + | |
| 4932 | + | |
| 4933 | + | |
| 4934 | + | |
| 4935 | + | |
| 4936 | + | |
| 4937 | + | |
| 4938 | + | |
| 4939 | + | |
4928 | 4940 |
| |
4929 | 4941 |
| |
4930 | 4942 |
| |
|
0 commit comments
Comments
(0)