Replace direct fprintf(stderr) calls by write_stderr(), and cause this

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b15f9b08efb0665f0c145ebf928b7e11c0a602ed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-24T21:03:42Z
Releases: 8.0.0
Replace direct fprintf(stderr) calls by write_stderr(), and cause this
routine to do something appropriate on Win32.  Also, add a security check
on Win32 that parallels the can't-run-as-root check on Unix.

Magnus Hagander

Files