pg_upgrade: Remove unused macro
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 25 Jul 2024 13:03:50 +0000 (15:03 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 25 Jul 2024 13:03:50 +0000 (15:03 +0200)
commit88e3da5658c55d49522f01694dc43ad177987f43
treeca9bbbce200055442cbe854ccef13fc4ae2461ba
parentcc59f9d0ff27bc63b41992e04afc67f7efe44019
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
src/bin/pg_upgrade/pg_upgrade.h