pg_upgrade: Remove unused macro

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 88e3da5658c55d49522f01694dc43ad177987f43
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-07-25T13:03:50Z
Releases: 18.0
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 <exclusion@gmail.com>
Discussion: https://postgr.es/m/c1d63754-cb85-2d8a-8409-bde2c4d2d04b@gmail.com

Files

PathChange+/−
src/bin/pg_upgrade/pg_upgrade.h modified +0 −1

Discussion