mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04: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:
parent
cc59f9d0ff
commit
88e3da5658
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue