Re: PATCH: pgbench - option to build using ppoll() for larger connection counts

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "Rady, Doug" <radydoug(at)amazon(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: pgbench - option to build using ppoll() for larger connection counts
Date: 2017-11-29 14:26:51
Message-ID: alpine.DEB.2.20.1711291525400.14718@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> [...] Yeah, that sort of style would be OK with me. But I wouldn't
> like:
>
> struct blah {
> #ifdef FOO
> int doohicky;
> #else
> char *doohicky;
> };

Indeed. Me neither.

--
Fabien.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-11-29 14:41:15 Re: [HACKERS] static assertions in C++
Previous Message Peter Eisentraut 2017-11-29 14:26:44 Re: [HACKERS] static assertions in C++