Superfluous libpq-be.h include in GSSAPI code

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Superfluous libpq-be.h include in GSSAPI code
Дата
Msg-id A4852E46-9ED1-4861-A23B-22A83E34A084@yesql.se
обсуждение исходный текст
Ответы Re: Superfluous libpq-be.h include in GSSAPI code  (Julien Rouhaud <rjuju123@gmail.com>)
Список pgsql-hackers
backend/libpq/be-secure-gssapi.c is including both libpq-be.h and libpq.h,
which makes libpq-be.h superfluous as it gets included via libpq.h.  The
attached patch removes the inclusion of libpq-be.h to make be-secure-gssapi.c
behave like other files which need both headers.

cheers ./daniel


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Avoid full GIN index scan when possible
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activityview?