Re: pgsql: Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Date: 2018-04-10 02:59:43
Message-ID: 20180410025943.GA1945@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Apr 09, 2018 at 04:46:34PM -0400, Tom Lane wrote:
> After further contemplation I decided that that was, in fact, the only
> reasonable way to improve matters. If we have multiple subdirectories
> independently firing the "make generated-headers" action, then we have
> parallel make hazards of just the same sort I was trying to prevent.
> So it's really an all-or-nothing proposition. The MAKELEVEL hack
> plus wiring the prerequisite into the recursion rules is the best way
> to make that happen.

Oh. Good idea. Thanks for the fix. Hopefully that won't cause much
noise when bisecting bugs, this got in pretty quickly..

No more complains from here.
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2018-04-10 03:37:31 Re: pgsql: Support partition pruning at execution time
Previous Message Tom Lane 2018-04-09 22:03:02 Re: pgsql: Support partition pruning at execution time

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-04-10 03:00:54 Re: Warnings and uninitialized variables in TAP tests
Previous Message Amit Langote 2018-04-10 02:56:13 Re: ON CONFLICT DO UPDATE for partitioned tables