Remove too-smart-for-its-own-good optimization of not overwriting the output

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9d781b55f4ba2481a6217316361ddfd67cc06318
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-05T02:34:03Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/catalog/Catalog.pm modified +2 −21
src/backend/catalog/genbki.pl modified +2 −2