Re: .gitignore config.cache and comment about regression.(out|diff)

Lists: pgsql-hackers
From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: .gitignore config.cache and comment about regression.(out|diff)
Date: 2014-12-16 00:47:21
Message-ID: 548F8119.1030504@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

config.cache is created when you pass -C to configure, which speeds it up considerably (3.5s vs 16.5 on my laptop). It would be nice to just ignore the cache file it generates.

Originally this patch also ignored the regression output files, until I realized why that was a bad idea. Add a comment about that.
--
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com

Attachment Content-Type Size
0001-Ignore-config.cache-and-regression-output.patch text/plain 949 bytes

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: .gitignore config.cache and comment about regression.(out|diff)
Date: 2014-12-18 10:59:28
Message-ID: CAHGQGwFxpwRLAZJ0cUx_sdjX0R9R_smuvsO3szSKXhVuz9o+iA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Tue, Dec 16, 2014 at 9:47 AM, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com> wrote:
> config.cache is created when you pass -C to configure, which speeds it up
> considerably (3.5s vs 16.5 on my laptop). It would be nice to just ignore
> the cache file it generates.
>
> Originally this patch also ignored the regression output files, until I
> realized why that was a bad idea. Add a comment about that.

Applied.

Regards,

--
Fujii Masao