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
This commit is contained in:
parent
cc59f9d0ff
commit
88e3da5658
@ -96,7 +96,6 @@ extern char *output_files[];
|
|||||||
#define RMDIR_CMD "@RMDIR /s/q"
|
#define RMDIR_CMD "@RMDIR /s/q"
|
||||||
#define SCRIPT_PREFIX ""
|
#define SCRIPT_PREFIX ""
|
||||||
#define SCRIPT_EXT "bat"
|
#define SCRIPT_EXT "bat"
|
||||||
#define EXE_EXT ".exe"
|
|
||||||
#define ECHO_QUOTE ""
|
#define ECHO_QUOTE ""
|
||||||
#define ECHO_BLANK "."
|
#define ECHO_BLANK "."
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user