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

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Amit Kapila <akapila(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Make the order of the header file includes consistent in backend
Date: 2019-11-13 08:33:10
Message-ID: CAA4eK1KE1JbdoLdtaKcNb6C98nKHuz=RhbMc306u7txozTyz=Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Nov 12, 2019 at 5:19 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Tue, Nov 12, 2019 at 8:33 AM Amit Kapila <akapila(at)postgresql(dot)org> 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 buildfarm members are green now. It seems some random issues
unrelated to this patch.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2019-11-13 08:36:04 pgsql: Make pg_waldump report more detail information about PREPARE TRA
Previous Message Michael Paquier 2019-11-13 04:44:06 pgsql: Add regression test for two-phase transaction in postgres_fdw