check-world failure: dummy_seclabel

Lists: pgsql-hackers
From: Adam Brightwell <adam(dot)brightwell(at)crunchydatasolutions(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Subject: check-world failure: dummy_seclabel
Date: 2014-12-05 05:29:57
Message-ID: CAKRt6CTiMdCRruSq+nuG8Hm-9jkfUGubEcLVOGH4yQpcc2TjoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

All,

I've noticed that 'check-world' fails for dummy_seclabel after a 'clean'.
I believe that in commit da34731, the EXTRA_CLEAN statement should have
been removed from 'src/test/modules/dummy_seclabel/Makefile' as well.

Attached is a proposed patch that addresses this issue.

Thanks,
Adam

--
Adam Brightwell - adam(dot)brightwell(at)crunchydatasolutions(dot)com
Database Engineer - www.crunchydatasolutions.com

Attachment Content-Type Size
dummy_seclabel-regress-fix.patch text/x-patch 480 bytes

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Adam Brightwell <adam(dot)brightwell(at)crunchydatasolutions(dot)com>, "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Subject: Re: check-world failure: dummy_seclabel
Date: 2014-12-05 10:18:48
Message-ID: 54818688.4080008@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On 12/05/2014 07:29 AM, Adam Brightwell wrote:
> All,
>
> I've noticed that 'check-world' fails for dummy_seclabel after a 'clean'.
> I believe that in commit da34731, the EXTRA_CLEAN statement should have
> been removed from 'src/test/modules/dummy_seclabel/Makefile' as well.

Ah, that's why those files kept disappearing.

> Attached is a proposed patch that addresses this issue.

Applied, thanks!

- Heikki