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.brightw...@crunchydatasolutions.com
Database Engineer - www.crunchydatasolutions.com
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 ----
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to