pgsql: ECPG connect routine only checked for NULL to find empty - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: ECPG connect routine only checked for NULL to find empty
Date
Msg-id 20100507193503.8FE4C7541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
ECPG connect routine only checked for NULL to find empty parameters, but user and password can also be "".

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        connect.c (r1.54 -> r1.55)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/connect.c?r1=1.54&r2=1.55)

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Fix error messages about running as root.
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: ECPG connect routine only checked for NULL to find empty