diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/regress.sgml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index cb412978fcf..b88038f12c3 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -56,19 +56,6 @@ gmake check <quote>failure</> represents a serious problem. </para> - <warning> - <para> - On systems lacking Unix-domain sockets, notably Windows, this test method - starts a temporary server configured to accept any connection originating - on the local machine. Any local user can gain database superuser - privileges when connecting to this server, and could in principle exploit - all privileges of the operating-system user running the tests. Therefore, - it is not recommended that you use <literal>gmake check</> on an affected - system shared with untrusted users. Instead, run the tests after - completing the installation, as described in the next section. - </para> - </warning> - <para> Because this test method runs a temporary server, it will not work if you did the build as the root user, since the server will not start as |