pgsql/src backend/libpq/pqcomm.c include/confi ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/libpq/pqcomm.c include/confi ...
Date: 2001-07-11 19:03:08
Message-ID: 200107111903.f6BJ38u07591@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/07/11 15:03:08

Modified files:
src/backend/libpq: pqcomm.c
src/include : config.h.in

Log message:
Instead of believing SOMAXCONN from the system header files (which is
a lie on many Unixen), invoke listen() with MIN(MaxBackends*2, 10000).
The clamp value 10000 is configurable in config.h.in, if that proves
to be necessary --- hopefully it won't.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-11 19:12:15 Re: pgsql/src/bin/pg_ctl pg_ctl.sh
Previous Message Bruce Momjian - CVS 2001-07-11 18:54:20 pgsql/src/pl/plpgsql/src gram.y pl_comp.c pl_e ...