mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Use correct output device for Windows prompts.
This ensures that mapping of non-ascii prompts to the correct code page occurs. Bug report and original patch from Alexander Law, reviewed and reworked by Noah Misch. Backpatch to all live branches.
This commit is contained in:
@@ -110,11 +110,8 @@ extern BOOL AddUserToTokenDacl(HANDLE hToken);
|
||||
|
||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||
#define DEVNULL "nul"
|
||||
/* "con" does not work from the Msys 1.0.10 console (part of MinGW). */
|
||||
#define DEVTTY "con"
|
||||
#else
|
||||
#define DEVNULL "/dev/null"
|
||||
#define DEVTTY "/dev/tty"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user