Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts
Date
Msg-id alpine.DEB.2.20.1711291525400.14718@lancre
Whole thread Raw
In response to Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts  (Robert Haas <robertmhaas@gmail.com>)
List 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.


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] static assertions in C++
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] static assertions in C++