Make libpq reject non-numeric and out-of-range port numbers with a suitable
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Sep 2009 03:43:10 +0000 (03:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Sep 2009 03:43:10 +0000 (03:43 +0000)
commit1e36f87b7b6ecafaf4c8a2b25f892525e62c1d78
treee775f439c1c7bcd9f15deeab494da7c0c935e1c7
parent062de17aab0e4a1fd05044c0f4dd67f4a45c44ab
Make libpq reject non-numeric and out-of-range port numbers with a suitable
error message, rather than blundering on and failing with something opaque.

Sam Mason
src/interfaces/libpq/fe-connect.c