pgsql: Make libpq reject non-numeric and out-of-range port numbers with

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make libpq reject non-numeric and out-of-range port numbers with
Date: 2009-09-27 03:43:10
Message-ID: 20090927034310.B7461753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-connect.c (r1.376 -> r1.377)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.376&r2=1.377)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-27 20:09:58 pgsql: Replace the array-style TupleTable data structure with a simple
Previous Message Tom Lane 2009-09-27 03:29:06 Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen