Superfluous libpq-be.h include in GSSAPI code

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Superfluous libpq-be.h include in GSSAPI code
Date: 2019-06-28 14:37:07
Message-ID: A4852E46-9ED1-4861-A23B-22A83E34A084@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
gssapi_header.patch application/octet-stream 833 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2019-06-28 14:39:15 Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?
Previous Message Julien Rouhaud 2019-06-28 14:07:47 Re: Avoid full GIN index scan when possible