pgsql: Remove too-smart-for-its-own-good optimization of not overwriting

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove too-smart-for-its-own-good optimization of not overwriting
Date: 2010-01-05 02:34:03
Message-ID: 20100105023403.6BF21753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Remove too-smart-for-its-own-good optimization of not overwriting the output
files when they haven't changed. This confuses make because the build fails
to update the file timestamps, and so it keeps on doing the action over again.

Modified Files:
--------------
pgsql/src/backend/catalog:
Catalog.pm (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/Catalog.pm?r1=1.1&r2=1.2)
genbki.pl (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/genbki.pl?r1=1.1&r2=1.2)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-01-05 02:34:07 Re: pgsql: Get rid of the need for manual maintenance of the initial
Previous Message Tom Lane 2010-01-05 02:20:42 Re: pgsql: Get rid of the need for manual maintenance of the initial

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-01-05 02:34:07 Re: pgsql: Get rid of the need for manual maintenance of the initial
Previous Message Tom Lane 2010-01-05 02:20:42 Re: pgsql: Get rid of the need for manual maintenance of the initial