Re: Re: [COMMITTERS] pgsql: Faster expression evaluationand targetlist projection. - Mailing list pgsql-hackers

From andres@anarazel.de (Andres Freund)
Subject Re: Re: [COMMITTERS] pgsql: Faster expression evaluationand targetlist projection.
Date
Msg-id 20170326034023.tuyruhamcoww3rs4@alap3.anarazel.de
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlistprojection.  (Joe Conway <mail@joeconway.com>)
Responses Re: Re: [COMMITTERS] pgsql: Faster expression evaluationand targetlist projection.  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2017-03-25 17:33:33 -0700, Joe Conway wrote:
> On 03/25/2017 05:21 PM, Andres Freund wrote:
> > On March 25, 2017 4:54:08 PM PDT, Joe Conway <mail@joeconway.com> wrote:
> >>On 03/25/2017 04:45 PM, Andres Freund wrote:
> >>> I think, for starters, seeing regression.diffs from sepgsql would be
> >>> useful.  Might already clear up what's the issue.
> >>
> >>I went looking, and even after a forced run the diff file is gone --
> >>does the buildfarm auto-cleanup or something?
> > 
> > Yes, it does. You'd probably have to run the tests manually.  Do you
> > have selinux setup?  I assumed you would, given I seen to recall a
> > talk of yours with references to it ;)

> Yeah, but those machines are MLS fully constrained, and the sepgsql
> regression test specifically needs "targeted" and some other particular
> setup. So the easiest box to run this on is the buildfarm animal, but I
> also want to do it in a way that doesn't mess up that environment.

Ah.


> I found "keep_error_builds" in build-farm.conf and tried setting to 1
> and rerunning in force -- that seems to have worked, so diffs attached.

Thanks. Those all look like "valid" differences, i.e. checks that
previously hadn't been executed because the function is never invoked,
as there's no data in those tables.

I blindly tried to fix these, let's hope that works.

- Andres



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Patch: Write Amplification Reduction Method (WARM)
Next
From: Tom Lane
Date:
Subject: Re: WIP: Faster Expression Processing v4