summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2024-07-25 13:03:50 +0000
committerDaniel Gustafsson2024-07-25 13:03:50 +0000
commit88e3da5658c55d49522f01694dc43ad177987f43 (patch)
treeca9bbbce200055442cbe854ccef13fc4ae2461ba
parentcc59f9d0ff27bc63b41992e04afc67f7efe44019 (diff)
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]
-rw-r--r--src/bin/pg_upgrade/pg_upgrade.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/pg_upgrade.h b/src/bin/pg_upgrade/pg_upgrade.h
index e2b99b49fab..f885cc9fc40 100644
--- a/src/bin/pg_upgrade/pg_upgrade.h
+++ b/src/bin/pg_upgrade/pg_upgrade.h
@@ -96,7 +96,6 @@ extern char *output_files[];
#define RMDIR_CMD "@RMDIR /s/q"
#define SCRIPT_PREFIX ""
#define SCRIPT_EXT "bat"
-#define EXE_EXT ".exe"
#define ECHO_QUOTE ""
#define ECHO_BLANK "."
#endif