Move security_label test
Alvaro Herrera <alvherre@alvh.no-ip.org>
Move security_label test Rather than have the core security_label regression test depend on the dummy_seclabel module, have that part of the test be executed by dummy_seclabel itself directly. This simplifies the testing rig a bit; in particular it should silence the problems from the MSVC buildfarm phylum, which haven't yet gotten taught how to install src/test/modules.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/modules/dummy_seclabel/input/dummy_seclabel.source | added | +79 −0 |
| src/test/modules/dummy_seclabel/Makefile | modified | +2 −0 |
| src/test/modules/dummy_seclabel/output/dummy_seclabel.source | added | +87 −0 |
| src/test/regress/expected/security_label.out | added | +47 −0 |
| src/test/regress/GNUmakefile | modified | +4 −12 |
| src/test/regress/input/security_label.source | deleted | +0 −108 |
| src/test/regress/output/security_label.source | deleted | +0 −123 |
| src/test/regress/sql/security_label.sql | added | +49 −0 |