mirror of
https://github.com/postgres/postgres.git
synced 2026-03-23 02:43:22 -04:00
Previously, if --stamp_file was specified, libpq_check.pl would create a
new stamp file only if none could be found. If there was already a
stamp file, the script would do nothing, leaving the previous stamp file
in place. This logic could cause unnecessary rebuilds because meson
relies on the timestamp of the output files to determine if a rebuild
should happen. In this case, a stamp file generated during an older
check would be kept, but we need a stamp file from the latest moment
where the libpq check has been run, so as correct rebuild decisions can
be taken.
This commit changes libpq_check.pl so as a fresh stamp file is created
each time libpq_check.pl is run, when --stamp_file is specified.
Oversight in commit
|
||
|---|---|---|
| .. | ||
| ecpg | ||
| libpq | ||
| libpq-oauth | ||
| Makefile | ||
| meson.build | ||