diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-07-11 19:03:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-07-11 19:03:07 +0000 |
commit | 153f40067630bbea80385621ec09ac38c85d05af (patch) | |
tree | a4aa262a43141e41fcf10419db0cefacedbeda70 /src/backend/access/gist/gist.c | |
parent | d946b2083ace11ca38468e7b02bebacfad52e3c5 (diff) | |
download | postgresql-153f40067630bbea80385621ec09ac38c85d05af.tar.gz postgresql-153f40067630bbea80385621ec09ac38c85d05af.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions