pgsql: Do not use an empty hostname. - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Do not use an empty hostname.
Date
Msg-id E1VyKU1-0008FC-Ut@gemulon.postgresql.org
Whole thread Raw
List 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/119a59879679289174460a777abc36c4f7944b37

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


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Do not use an empty hostname.
Next
From: Robert Haas
Date:
Subject: pgsql: Rename walLogHints to wal_log_hints for easier grepping.