Re: [HACKERS] pgsql: Improve performance of SendRowDescriptionMessage.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Noah Misch <noah(at)leadboat(dot)com>, pgsql-committers(at)postgresql(dot)org
Subject: Re: [HACKERS] pgsql: Improve performance of SendRowDescriptionMessage.
Date: 2017-10-13 17:48:07
Message-ID: 530.1507916887@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

I wrote:
> Anyway, I will go make the sizeof() usages consistent, just to satisfy
> my own uncontrollable neatnik-ism. Assuming that hornet stays red,
> which is probable, we should disable "restrict" for that compiler.

As expected, that didn't fix it. Andres, are you going to put in
a disable? Do we know exactly what we want to test for that?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-10-13 18:01:06 Re: [HACKERS] pgsql: Improve performance of SendRowDescriptionMessage.
Previous Message Tom Lane 2017-10-13 17:44:01 pgsql: Improve implementation of CRE-stack-flattening in map_variable_a

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2017-10-13 17:59:51 Re: Pluggable storage
Previous Message Andres Freund 2017-10-13 17:38:47 Re: Improve catcache/syscache performance.