Re: Re: [COMMITTERS] pgsql: Have dtrace depend on object files directly, not objfiles.txt

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Have dtrace depend on object files directly, not objfiles.txt
Date: 2015-10-15 17:51:44
Message-ID: 8705.1444931504@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Thu, Oct 15, 2015 at 1:23 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Curious that you didn't see something similar. Perhaps it depends on
>> make version? But I spot-checked a couple of buildfarm critters and
>> they both showed similar noise in the make step.

> Yeah, I did to a parallel make just today, on a version that included
> that patch, and it did not fail. I have:

> [rhaas pgsql]$ make --version
> GNU Make 3.81
> Copyright (C) 2006 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.

> This program built for i386-apple-darwin11.3.0

Interesting. I have

$ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for x86_64-redhat-linux-gnu

so it's fundamentally the same gmake version. However, this being
RHEL6, I don't doubt that Red Hat is carrying a bunch of back-ported
patches from later versions.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-10-16 13:50:59 pgsql: Don't send protocol messages to a shm_mq that no longer exists.
Previous Message Tom Lane 2015-10-15 17:46:17 pgsql: Fix NULL handling in datum_to_jsonb().

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-10-15 18:47:25 Re: proposal: PL/Pythonu - function ereport
Previous Message Peter Geoghegan 2015-10-15 17:48:10 Re: remaining open items