mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user