On Mon, Jan 4, 2010 at 9:34 PM, Tom Lane <t...@postgresql.org> wrote: > 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.
This doesn't seem like a good idea. Not rebuilding the output files also saves recompiling the things that depend on them. For the BKI files thast doesn't matter much, but for schemapg.h it might be significant. Certainly, if we move to generating more header files this way, it WILL be significant. If running the script is cheap (and it should be), it's better to take that hit rather than recompiling a whole mess of .c files unnecessarily. ...Robert -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers