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

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
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-12-16 00:59:19 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Previous Message Tom Lane 2014-12-16 00:33:19 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}