Bruce Momjian <[EMAIL PROTECTED]> writes: > I was thinking: > #if SOMAXCONN >= 1000 > #define PG_SOMAXCONN SOMAXCONN > #else > #define PG_SOMAXCONN 1000 > #endif Not in config.h, you don't. Unless you want <sys/socket.h> (or whichever header defines SOMAXCONN; how consistent is that across platforms, anyway?) to be included by everything in the system ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
- Re: SOMAXCONN (was Re: [HACKERS] Solaris source code) Tom Lane