diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-01-07 11:59:08 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-01-07 11:59:08 -0300 |
commit | 744d01c9a188eef546dae6a4c3c4d0a19eb20a08 (patch) | |
tree | 6e0ef44c2e7c2849a057101b01ad4b15ec55074e /src/backend/regex/regexec.c | |
parent | 9919f4fef1df2edf40e1a2a2971f97ff2d23cc3c (diff) | |
download | postgresql-744d01c9a188eef546dae6a4c3c4d0a19eb20a08.tar.gz postgresql-744d01c9a188eef546dae6a4c3c4d0a19eb20a08.zip |
Windows: Make pg_ctl reliably detect service status
pg_ctl is using isatty() to verify whether the process is running in a
terminal, and if not it sends its output to Windows' Event Log ... which
does the wrong thing when the output has been redirected to a pipe, as
reported in bug #13592.
To fix, make pg_ctl use the code we already have to detect service-ness:
in the master branch, move src/backend/port/win32/security.c to src/port
(with suitable tweaks so that it runs properly in backend and frontend
environments); pg_ctl already has access to pgport so it Just Works. In
older branches, that's likely to cause trouble, so instead duplicate the
required code in pg_ctl.c.
Author: Michael Paquier
Bug report and diagnosis: Egon Kocjan
Backpatch: all supported branches
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions