Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts
Date
Msg-id alpine.DEB.2.20.1710040819510.10931@lancre
Whole thread Raw
In response to [HACKERS] PATCH: pgbench - option to build using ppoll() for larger connectioncounts  ("Rady, Doug" <radydoug@amazon.com>)
Responses Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts
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.
>
> One based on 'master' which can also apply to REL_10_STABLE.
 /home/fabien/pgbench-ppoll.patch:137: trailing whitespace. #define PFD_THREAD_INIT(t,s,n) { do ... error: patch
failed:configure:13024 error: configure: patch does not apply error: patch failed: configure.in:1430 error:
configure.in:patch does not apply error: patch failed: src/bin/pgbench/pgbench.c:4588 error: src/bin/pgbench/pgbench.c:
patchdoes not apply
 

-- 
Fabien.


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] JIT compiling - v4.0