Обсуждение: [COMMITTERS] pgsql: Fix check for empty hostname.

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

[COMMITTERS] pgsql: Fix check for empty hostname.

От
Heikki Linnakangas
Дата:
Fix check for empty hostname.

As reported by Arthur Zakirov, Gcc 7.1 complained about this with
-Wpointer-compare.

Discussion: https://www.postgresql.org/message-id/CAKNkYnybV_NFVacGbW=VspzAo3TwRJFNi+9iBob66YqQMZopwg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d06f1f858d0fea01a2cde74d8b831a823776355

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)