Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection.

From: andres(at)anarazel(dot)de (Andres Freund)
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection.
Date: 2017-03-26 03:40:23
Message-ID: 20170326034023.tuyruhamcoww3rs4@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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(at)joeconway(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-03-26 03:56:34 pgsql: Blindly attempt to fix sepgsql tests #2.
Previous Message Andres Freund 2017-03-26 03:40:20 pgsql: Blindly attempt to fix sepgsql tests.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-03-26 03:51:45 Re: WIP: Faster Expression Processing v4
Previous Message Amit Kapila 2017-03-26 03:29:00 Re: Patch: Write Amplification Reduction Method (WARM)