pgsql: Do not use an empty hostname.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Do not use an empty hostname.
Date: 2014-01-01 12:01:10
Message-ID: E1VyKU2-0008FH-2T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Do not use an empty hostname.

When trying to connect to a given database libecpg should not try using an
empty hostname if no hostname was given.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/17bcdd01f3615d719ef53680b0bd316424d6b706

Modified Files
--------------
src/interfaces/ecpg/ecpglib/connect.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-01-02 01:20:28 pgsql: Rename walLogHints to wal_log_hints for easier grepping.
Previous Message Michael Meskes 2014-01-01 12:01:09 pgsql: Do not use an empty hostname.