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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove too-smart-for-its-own-good optimization of not overwriting
Date
Msg-id 20100105023403.6BF21753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Get rid of the need for manual maintenance of the initial
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Get rid of the need for manual maintenance of the initial