Remove uses of MSG_WAITALL temporarily, since it doesn't
Tom Lane <tgl@sss.pgh.pa.us>
Remove uses of MSG_WAITALL temporarily, since it doesn't seem to be portable (HPUX doesn't like it, anyway). Also, clean up StreamConnection(), which was mis-coded to assume that the address family field is already set when it's called.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/pqcomm.c | modified | +13 −25 |
| src/backend/libpq/pqcomprim.c | modified | +2 −1 |