forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8a02b22
committed
From: Peter T Mount <patches@maidast.demon.co.uk>
This has a problem when using any authentication other than trust orident.Anything using libpq will hang, because the client will go into a loopwhile connecting. The following patch simply comments out two lines (a doand a while), removing the loop. Going through the new scheme, I can't seewhy this do..while loop is in there.1 parent8abd424 commit8a02b22
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 |
| - | |
588 | 587 |
| |
589 | 588 |
| |
590 | 589 |
| |
| |||
645 | 644 |
| |
646 | 645 |
| |
647 | 646 |
| |
648 |
| - | |
649 | 647 |
| |
650 | 648 |
| |
651 | 649 |
| |
|
0 commit comments
Comments
(0)