pgsql: ECPG connect routine only checked for NULL to find empty

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ECPG connect routine only checked for NULL to find empty
Date: 2010-05-07 19:35:03
Message-ID: 20100507193503.8FE4C7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-05-07 19:38:18 pgsql: ECPG connect routine only checked for NULL to find empty
Previous Message User Bmomjian 2010-05-07 11:42:32 pg-migrator - pg_migrator: Fix error messages about running as root.