- Notifications
You must be signed in to change notification settings - Fork5
Commit13ecb82
committed
libpq: have PQconnectdbParams() and PQpingParams accept "" as default
Previously, these functions treated "" optin values as defaults in someways, but not in others, like when comparing to .pgpass. Also, adddocumentation to clarify that now "" and NULL use defaults, likePQsetdbLogin() has always done.BACKWARD INCOMPATIBILITYPatch by Adrian Vondendriesch, docs by meReport by Jeff Janes1 parent66b1084 commit13ecb82
2 files changed
+7
-7
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
135 |
| - | |
| 134 | + | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4357 | 4357 |
| |
4358 | 4358 |
| |
4359 | 4359 |
| |
4360 |
| - | |
| 4360 | + | |
4361 | 4361 |
| |
4362 | 4362 |
| |
4363 | 4363 |
| |
|
0 commit comments
Comments
(0)