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

From: Noah Misch <noah(at)leadboat(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Improve performance of SendRowDescriptionMessage.
Date: 2022-08-13 20:50:06
Message-ID: 20220813205006.GC249116@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Sat, Aug 13, 2022 at 12:08:43PM -0700, Andres Freund wrote:
> On 2017-10-13 11:24:05 -0700, Andres Freund wrote:
> > On 2017-10-13 14:19:22 -0400, Tom Lane wrote:
> > > > So it'd probably better to introduce a FORCE_DISABLE_RESTRICT=yes, set
> > > > at the same place, that's then tested before running the relevant
> > > > configure check?
> > >
> > > +1. I think you don't actually have to skip the configure check,
> > > and there might be some value in letting it carry on normally
> > > (so that "restrict" is set properly). We'd just want it to affect
> > > what pg_restrict gets defined as. Something like
> >
> > > if test "$ac_cv_c_restrict" = "no" -o "x$FORCE_DISABLE_RESTRICT" = "xyes"; then
> > > pg_restrict=""
> > > else
> > > pg_restrict="$ac_cv_c_restrict"
> >
> > Yea, that works. Will make it so.
>
> Any chance you could check if this is still needed? I've a FIXME about it in
> the meson code that I'd like to get rid of :)

I ran hornet against 1c497fa72d, the commit that failed in
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hornet&dt=2017-10-12%2022%3A14%3A41.
Similar failure today: "172 of 181 tests failed, 1 of these failures ignored."

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-08-13 20:51:38 pgsql: Remove HAVE_UNIX_SOCKETS.
Previous Message Tom Lane 2022-08-13 19:21:50 pgsql: Catch stack overflow when recursing in transformFromClauseItem()

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-08-13 21:01:47 Re: [patch]HashJoin crash
Previous Message Andrew Dunstan 2022-08-13 20:49:18 Goodbye Windows XP