[HACKERS] PATCH: pgbench - option to build using ppoll() for larger connectioncounts - Mailing list pgsql-hackers

This patch enables building pgbench to use ppoll() instead of select()

to allow for more than (FD_SETSIZE - 10) connections.  As implemented,

when using ppoll(), the only connection limitation is system resources.

 

The patch has been implemented to introduce a minimal of #ifdef/#ifndef

clutter in the code.

 

Two patches attached.

One based on REL9_6_STABLE.

One based on 'master' which can also apply to REL_10_STABLE.

 

 

doug

--

Doug Rady

Amazon Aurora PostgreSQL

radydoug@amazon.com

 

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] Reading backup label file for checkpoint and redolocation during crash recovery
Next
From: "Bossart, Nathan"
Date:
Subject: [HACKERS] Enhancements to passwordcheck