forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbdac983
committed
libpq: Fix inadvertent change in .pgpass lookup behavior.
Commit274bb2b caused password filelookups to use the hostaddr in preference to the host, but that wasnot intended and the documented behavior is the opposite.Report and patch by Kyotaro Horiguchi.Discussion:http://postgr.es/m/20170428.165432.60857995.horiguchi.kyotaro@lab.ntt.co.jp1 parentfed6df4 commitbdac983
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
978 | 978 |
| |
979 | 979 |
| |
980 | 980 |
| |
981 |
| - | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
982 | 991 |
| |
983 |
| - | |
| 992 | + | |
984 | 993 |
| |
985 | 994 |
| |
986 | 995 |
| |
|
0 commit comments
Comments
(0)