Skip to content

Commit 88e3da5

Browse files
pg_upgrade: Remove unused macro
Commit f06b1c5 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
1 parent cc59f9d commit 88e3da5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/pg_upgrade/pg_upgrade.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ extern char *output_files[];
9696
#define RMDIR_CMD "@RMDIR /s/q"
9797
#define SCRIPT_PREFIX ""
9898
#define SCRIPT_EXT "bat"
99-
#define EXE_EXT ".exe"
10099
#define ECHO_QUOTE ""
101100
#define ECHO_BLANK "."
102101
#endif

0 commit comments

Comments
 (0)