postgres_fdw: unordered C includes
Started by Etsuro Fujitaalmost 7 years ago3 messageshackers
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
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
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