Lists: | buildfarm-members |
---|
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | buildfarm-members(at)lists(dot)postgresql(dot)org |
Subject: | We have no Windows critters contributing typedef lists |
Date: | 2018-03-06 22:25:02 |
Message-ID: | 21879.1520375102@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
A pgindent run I just did showed me that we no longer have entries in
the buildfarm's typedefs list for any typedefs that are used only in
EXEC_BACKEND builds --- and, I suppose, none for Windows-only code
either. I suppose that one of the recently deceased Windows animals
was the only one contributing those. We need to improve this situation
before it's time to run pgindent again.
I'm not sure what the infrastructure requirements are for extracting
typedefs from Windows builds.
regards, tom lane
From: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | buildfarm-members(at)lists(dot)postgresql(dot)org |
Subject: | Re: We have no Windows critters contributing typedef lists |
Date: | 2018-03-07 00:40:32 |
Message-ID: | CAA8=A78xhP4yo-Tcg0MUTpwVsQcm1Yqayfc-cSL+9Ng+WdT13w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
On Wed, Mar 7, 2018 at 8:55 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> A pgindent run I just did showed me that we no longer have entries in
> the buildfarm's typedefs list for any typedefs that are used only in
> EXEC_BACKEND builds --- and, I suppose, none for Windows-only code
> either. I suppose that one of the recently deceased Windows animals
> was the only one contributing those. We need to improve this situation
> before it's time to run pgindent again.
>
> I'm not sure what the infrastructure requirements are for extracting
> typedefs from Windows builds.
>
Nothing special I think. I have just enabled it for jacana and also
for bowerbird which I am reviving. Basically it's just a matter of
adding
find_typedefs => {},
to the optional_steps part of the config file. That will make it get
the typedefs for every build of every branch.
You should see some results in a few hours.
cheers
andrew
--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
Cc: | buildfarm-members(at)lists(dot)postgresql(dot)org |
Subject: | Re: We have no Windows critters contributing typedef lists |
Date: | 2018-03-07 04:27:49 |
Message-ID: | 17694.1520396869@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
> On Wed, Mar 7, 2018 at 8:55 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> I'm not sure what the infrastructure requirements are for extracting
>> typedefs from Windows builds.
> Nothing special I think. I have just enabled it for jacana and also
> for bowerbird which I am reviving.
Thanks!
regards, tom lane
From: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | buildfarm-members(at)lists(dot)postgresql(dot)org |
Subject: | Re: We have no Windows critters contributing typedef lists |
Date: | 2018-03-07 04:46:51 |
Message-ID: | CAA8=A79rLzs-whNkeo2ovkVcin5At4WVw=sj5T5NFK2tKdHj0g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | buildfarm-members |
On Wed, Mar 7, 2018 at 11:10 AM, Andrew Dunstan
<andrew(dot)dunstan(at)2ndquadrant(dot)com> wrote:
> On Wed, Mar 7, 2018 at 8:55 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> A pgindent run I just did showed me that we no longer have entries in
>> the buildfarm's typedefs list for any typedefs that are used only in
>> EXEC_BACKEND builds --- and, I suppose, none for Windows-only code
>> either. I suppose that one of the recently deceased Windows animals
>> was the only one contributing those. We need to improve this situation
>> before it's time to run pgindent again.
>>
>> I'm not sure what the infrastructure requirements are for extracting
>> typedefs from Windows builds.
>>
>
>
> Nothing special I think. I have just enabled it for jacana and also
> for bowerbird which I am reviving. Basically it's just a matter of
> adding
> find_typedefs => {},
> to the optional_steps part of the config file. That will make it get
> the typedefs for every build of every branch.
>
> You should see some results in a few hours.
>
Or not. There is a strange error I will need to get to the bottom of.
Might be a day or two.
cheers
andrew
--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services