Re: buildfarm's typedefs list has gone completely nutso - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: buildfarm's typedefs list has gone completely nutso
Date
Msg-id 5c3053f6-9bf5-ee68-7146-3915805c5c8e@2ndQuadrant.com
Whole thread Raw
In response to Re: buildfarm's typedefs list has gone completely nutso  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 7/17/19 1:21 AM, Andres Freund wrote:

[nice forensics]

>
> It turns out that -Wi is actually all we need - so I'll probably patch
> my animals to use that for now, until the bug is fixed.
>
> It might actually be sensible to always do that - it's a lot cheaper
> that way:
>
> $ time objdump -WlLiaprmfFsoRtUuTgAc src/interfaces/libpq/libpq.a|wc
>  747866 5190832 48917526
>
> real    0m0.827s
> user    0m1.040s
> sys    0m0.074s
>
> $ time objdump -Wi src/interfaces/libpq/libpq.a|wc
>   78703  378433 3594563
>
> real    0m0.075s
> user    0m0.076s
> sys    0m0.025s
>


WFM, I'll put that in the next buildfarm client release, unless we get 
a core script to use instead in the meantime.


cheers


andrew

--
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services





pgsql-hackers by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: [PATCH] vacuumlo: print the number of large objects going to beremoved
Next
From: Asim R P
Date:
Subject: ERROR after writing PREPARE WAL record