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

From Rady, Doug
Subject Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts
Date
Msg-id 321129ED-623F-407D-9370-B6E9AE88B413@amazon.com
Whole thread Raw
In response to Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts
List pgsql-hackers
Fixed the trailing garbage … sigh.
Fixed the init of unused pollfds.

Re-based for both 10 & master.

--
Thank you!
doug




On 10/3/17, 23:21, "Fabien COELHO" <coelho@cri.ensmp.fr> wrote:

    
    > 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: patch does 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

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] SIGSEGV in BRIN autosummarize
Next
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] Block level parallel vacuum WIP