pg_upgrade: Remove unused macro Commit f06b1c598 removed validate_exec from pg_upgrade and instead exported it from src/common, but the macro for checking executable suffix on Windows was accidentally left. Fix by removing.
Author: Alexander Lakhin <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/88e3da5658c55d49522f01694dc43ad177987f43 Modified Files -------------- src/bin/pg_upgrade/pg_upgrade.h | 1 - 1 file changed, 1 deletion(-)
