Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection.
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: pgsql-hackers@postgresql.org,Joe Conway <mail@joeconway.com>
Date: 2017-03-26T00:21:18Z
Lists: pgsql-hackers
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: >> On 2017-03-25 16:36:03 -0700, Joe Conway wrote: >>> On 03/25/2017 04:03 PM, Andres Freund wrote: >>> > Hi Joe, >>> > >>> > >>> > On 2017-03-25 22:11:37 +0000, Andres Freund wrote: >>> >> Faster expression evaluation and targetlist projection. >>> > >>> > Apparently this broke the selinux integration somehow: >>> > >https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=rhinoceros&dt=2017-03-25%2022%3A45%3A01 >>> > >>> > Unfortunately the buildfarm appears to not display >regression.diffs - >>> > making this a bit hard to debug remotely. Any chance you could >help me >>> > out with that? I'd rather not setup selinux here... >>> >>> >>> Sure. What exactly do you want? >> >> 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 ;) -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Commits
-
Blindly attempt to fix sepgsql tests.
- 83bbcb04ab3b 10.0 landed
-
Faster expression evaluation and targetlist projection.
- b8d7f053c5c2 10.0 cited