forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit629520b
committed
Fix comment in libpqrcv_check_conninfo().
Previously, the comment incorrectly stated that libpqrcv_check_conninfo()returns true or false based on the connection string check.However, this function actually has a void return type andraises an error if the check fails.Author: Rintaro IkedaReviewed-by: Jelte Fennema-Nio, Fujii MasaoDiscussion:https://postgr.es/m/6a1ca81b27fec4da0ccdfaaaec787982@oss.nttdata.com1 parentca481d3 commit629520b
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 |
| - | |
309 |
| - | |
| 308 | + | |
310 | 309 |
| |
311 | 310 |
| |
312 |
| - | |
313 |
| - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
|
0 commit comments
Comments
(0)