From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Noah Misch <noah(at)leadboat(dot)com>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Improve performance of SendRowDescriptionMessage. |
Date: | 2017-10-13 00:09:14 |
Message-ID: | 20171013000914.o5odvp2ardnh4dcc@alap3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On 2017-10-12 20:06:32 -0400, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)de> writes:
> >> fe-connect.c:2382:6: warning: implicit declaration of function 'getpeereid' [-Wimplicit-function-declaration]
> >> Looks like we're missing
> >> #include <sys/types.h>
>
> > Hm, it got removed as part of
> > http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9e3755ecb2d058f7d123dd35a2e1784006190962
> > but that's not an explanation, because
>
> Nope, because that's quite old.
Right. I'd mentioned that it's *not* that commit, even though it
initially looked suspicious.
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-10-13 00:24:23 | Re: pgsql: Improve performance of SendRowDescriptionMessage. |
Previous Message | Tom Lane | 2017-10-13 00:06:32 | Re: pgsql: Improve performance of SendRowDescriptionMessage. |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-10-13 00:12:51 | Re: Aggregate transition state merging vs. hypothetical set functions |
Previous Message | Tom Lane | 2017-10-13 00:06:32 | Re: pgsql: Improve performance of SendRowDescriptionMessage. |