Index: FAQ_MSWIN =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/FAQ_MSWIN,v retrieving revision 1.15 diff -c -w -r1.15 FAQ_MSWIN *** FAQ_MSWIN 11 Nov 2002 20:04:05 -0000 1.15 --- FAQ_MSWIN 3 Nov 2003 03:50:09 -0000 *************** *** 51,56 **** 2. make check can generate spurious regression test failures due to overflowing the listen() backlog queue which causes connection ! refused errors. Problem reports can be sent to pgsql-cygwin@postgresql.org. --- 51,59 ---- 2. make check can generate spurious regression test failures due to overflowing the listen() backlog queue which causes connection ! refused errors or hangs. You can limit the number of connections ! using the MAX_CONNECTIONS option thus: ! make MAX_CONNECTIONS=5 check ! (on some systems you can have up to about 10 simultaneous connections). Problem reports can be sent to pgsql-cygwin@postgresql.org.