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

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts
Дата
Msg-id alpine.DEB.2.20.1710040819510.10931@lancre
обсуждение исходный текст
Ответ на [HACKERS] PATCH: pgbench - option to build using ppoll() for larger connectioncounts  ("Rady, Doug" <radydoug@amazon.com>)
Ответы Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts  ("Rady, Doug" <radydoug@amazon.com>)
Список 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 по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] JIT compiling - v4.0