forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitba1b763
committed
Remove superfluous variable assignment
Commita4205fa moved setting conn to NULL directly after the callto PQfinish, but the original conn = NULL; remained a few lines down.Fix by removing the superfluous assignment.Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>Discussion:https://postgr.es/m/CALj2ACVRiNvMDHYQGiRrGs2Z9dOydfLh2MymEk9i8CSn23UtCg@mail.gmail.com1 parente042678 commitba1b763
1 file changed
+0
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
453 |
| - | |
454 | 452 |
| |
455 | 453 |
| |
456 | 454 |
| |
|
0 commit comments
Comments
(0)