Re: Superfluous libpq-be.h include in GSSAPI code

2019-07-01 Thread Daniel Gustafsson
> On 29 Jun 2019, at 04:23, Michael Paquier wrote: > > On Fri, Jun 28, 2019 at 08:47:33PM +0200, Julien Rouhaud wrote: >> On Fri, Jun 28, 2019 at 4:37 PM Daniel Gustafsson wrote: >>> backend/libpq/be-secure-gssapi.c is including both libpq-be.h and libpq.h, >>> which makes libpq-be.h superfluous

Re: Superfluous libpq-be.h include in GSSAPI code

2019-06-28 Thread Michael Paquier
On Fri, Jun 28, 2019 at 08:47:33PM +0200, Julien Rouhaud wrote: > On Fri, Jun 28, 2019 at 4:37 PM Daniel Gustafsson wrote: >> 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 rem

Re: Superfluous libpq-be.h include in GSSAPI code

2019-06-28 Thread Julien Rouhaud
On Fri, Jun 28, 2019 at 4:37 PM Daniel Gustafsson wrote: > > 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 > behav

Superfluous libpq-be.h include in GSSAPI code

2019-06-28 Thread Daniel Gustafsson
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 gssa