Re: pgsql: Make the order of the header file includes consistent in backend

2019-11-13 Thread Amit Kapila
On Tue, Nov 12, 2019 at 5:19 PM Amit Kapila wrote: > > On Tue, Nov 12, 2019 at 8:33 AM Amit Kapila wrote: > > > > Make the order of the header file includes consistent in backend modules. > > > > I see two buildfarm failures at this commit, but none seems to related > to this change. > Both the

Re: pgsql: Make the order of the header file includes consistent in backend

2019-11-12 Thread Amit Kapila
On Tue, Nov 12, 2019 at 8:33 AM Amit Kapila wrote: > > Make the order of the header file includes consistent in backend modules. > I see two buildfarm failures at this commit, but none seems to related to this change. 1. The failure of anole seems to have happened earlier as well. https://buildf

pgsql: Make the order of the header file includes consistent in backend

2019-11-11 Thread Amit Kapila
Make the order of the header file includes consistent in backend modules. Similar to commits 7e735035f2 and dddf4cdc33, this commit makes the order of header file inclusion consistent for backend modules. In the passing, removed a couple of duplicate inclusions. Author: Vignesh C Reviewed-by: Ku