Re: pgsql: Allow more include files to be compiled in their own by adding m

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Allow more include files to be compiled in their own by adding m
Date: 2011-09-01 02:08:24
Message-ID: 201109010208.p8128Oc23799@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andrew Dunstan wrote:
>
>
> On 08/28/2011 04:55 PM, Tom Lane wrote:
> > Bruce Momjian<bruce(at)momjian(dot)us> writes:
> >> Allow more include files to be compiled in their own by adding missing
> >> include dependencies.
> > This patch broke the build on buildfarm member mongoose.
> >
> >
>
> I'm not sure I understand the point of it anyway.

The idea is that include files should include all needed includes so
they don't spill dependencies into files that use them.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-01 03:15:21 Re: pgsql: Allow more include files to be compiled in their own by adding m
Previous Message Bruce Momjian 2011-09-01 02:07:52 Re: pgsql: Allow more include files to be compiled in their own by adding m