pgsql: pg_upgrade: Remove unused macro

Started by Daniel Gustafssonabout 2 years ago1 messagescomitters
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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: /messages/by-id/c1d63754-cb85-2d8a-8409-bde2c4d2d04b@gmail.com

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(-)