Thread: postgres_fdw: unordered C includes

postgres_fdw: unordered C includes

From
Etsuro Fujita
Date:
Here is a small patch to reorder header files in postgres_fdw.c and
connection.c in alphabetical order.

Best regards,
Etsuro Fujita

Attachment

Re: postgres_fdw: unordered C includes

From
Alvaro Herrera
Date:
On 2019-Jun-10, Etsuro Fujita wrote:

> Here is a small patch to reorder header files in postgres_fdw.c and
> connection.c in alphabetical order.

Looks good.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: postgres_fdw: unordered C includes

From
Etsuro Fujita
Date:
Alvaro,

On Mon, Jun 10, 2019 at 11:19 PM Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> On 2019-Jun-10, Etsuro Fujita wrote:
> > Here is a small patch to reorder header files in postgres_fdw.c and
> > connection.c in alphabetical order.
>
> Looks good.

Pushed.  Thanks for reviewing!

Best regards,
Etsuro Fujita