aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-07-25 15:03:50 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-07-25 15:03:50 +0200
commit88e3da5658c55d49522f01694dc43ad177987f43 (patch)
treeca9bbbce200055442cbe854ccef13fc4ae2461ba /src
parentcc59f9d0ff27bc63b41992e04afc67f7efe44019 (diff)
downloadpostgresql-88e3da5658c55d49522f01694dc43ad177987f43.tar.gz
postgresql-88e3da5658c55d49522f01694dc43ad177987f43.zip
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
Diffstat (limited to 'src')
-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