Remove too-smart-for-its-own-good optimization of not overwriting the output
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/Catalog.pm | modified | +2 −21 |
| src/backend/catalog/genbki.pl | modified | +2 −2 |