Remove uses of MSG_WAITALL temporarily, since it doesn't

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cd6bc85aa2f847d49660d2d09c97c72d2bbe1ef1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-01-17T03:10:23Z
Releases: 7.1.1
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

PathChange+/−
src/backend/libpq/pqcomm.c modified +13 −25
src/backend/libpq/pqcomprim.c modified +2 −1