check-world failure: dummy_seclabel

Started by Adam Brightwellabout 11 years ago2 messages
#1Adam Brightwell
adam.brightwell@crunchydatasolutions.com
1 attachment(s)

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.brightwell@crunchydatasolutions.com
Database Engineer - www.crunchydatasolutions.com

Attachments:

dummy_seclabel-regress-fix.patchtext/x-patch; charset=US-ASCII; name=dummy_seclabel-regress-fix.patchDownload
diff --git a/src/test/modules/dummy_seclabel/Makefile b/src/test/modules/dummy_seclabel/Makefile
new file mode 100644
index 72049d4..d93c964
*** a/src/test/modules/dummy_seclabel/Makefile
--- b/src/test/modules/dummy_seclabel/Makefile
*************** EXTENSION = dummy_seclabel
*** 7,13 ****
  DATA = dummy_seclabel--1.0.sql
  
  REGRESS = dummy_seclabel
- EXTRA_CLEAN = sql/dummy_seclabel.sql expected/dummy_seclabel.out
  
  ifdef USE_PGXS
  PG_CONFIG = pg_config
--- 7,12 ----
#2Heikki Linnakangas
hlinnakangas@vmware.com
In reply to: Adam Brightwell (#1)
Re: check-world failure: dummy_seclabel

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers