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




Reply via email to