Обсуждение: pgsql: Make libpq reject non-numeric and out-of-range port numbers with

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)