Thread
Commits
-
postgres_fdw: Reorder C includes.
- 92a88644d2b7 12.0 landed
-
postgres_fdw: unordered C includes
Etsuro Fujita <etsuro.fujita@gmail.com> — 2019-06-10T08:53:20Z
Here is a small patch to reorder header files in postgres_fdw.c and connection.c in alphabetical order. Best regards, Etsuro Fujita
-
Re: postgres_fdw: unordered C includes
Alvaro Herrera <alvherre@2ndquadrant.com> — 2019-06-10T14:19:27Z
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
Etsuro Fujita <etsuro.fujita@gmail.com> — 2019-06-11T04:45:20Z
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