postgres_fdw: unordered C includes

Started by Etsuro Fujitaalmost 7 years ago3 messageshackers
Jump to latest
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp

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

Best regards,
Etsuro Fujita

Attachments:

reorder-c-includes.patchapplication/octet-stream; name=reorder-c-includes.patchDownload+2-2
#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Etsuro Fujita (#1)
Re: postgres_fdw: unordered C includes

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

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Alvaro Herrera (#2)
Re: postgres_fdw: unordered C includes

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