mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 16:48:17 -05:00
This has a problem when using any authentication other than trust or ident. Anything using libpq will hang, because the client will go into a loop while connecting. The following patch simply comments out two lines (a do and a while), removing the loop. Going through the new scheme, I can't see why this do..while loop is in there. |
||
|---|---|---|
| .. | ||
| jdbc | ||
| libpgtcl | ||
| libpq | ||
| libpq++ | ||
| perl5 | ||
| python | ||
| Makefile | ||