postgres_fdw: unordered C includes

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-06-10T08:53:20Z
Lists: pgsql-hackers

Attachments

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

Best regards,
Etsuro Fujita

Commits

  1. postgres_fdw: Reorder C includes.