Skip to content

Commit d253b0f

Browse files
committed
Blindly attempt to fix sepgsql tests #2.
1 parent 83bbcb0 commit d253b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sepgsql/expected/alter.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ LOG: SELinux: allowed { select } scontext=unconfined_u:unconfined_r:sepgsql_reg
173173
LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure name="pg_catalog.int4eq(integer,integer)"
174174
ALTER TABLE regtest_table ADD CONSTRAINT test_ck CHECK (b like '%abc%') NOT VALID; -- not supported
175175
ALTER TABLE regtest_table VALIDATE CONSTRAINT test_ck; -- not supported
176-
ALTER TABLE regtest_table DROP CONSTRAINT test_ck; -- not supported
177176
LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure name="pg_catalog.textlike(pg_catalog.text,pg_catalog.text)"
178177
LOG: SELinux: allowed { execute } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_proc_exec_t:s0 tclass=db_procedure name="pg_catalog.textlike(pg_catalog.text,pg_catalog.text)"
178+
ALTER TABLE regtest_table DROP CONSTRAINT test_ck; -- not supported
179179
CREATE TRIGGER regtest_test_trig BEFORE UPDATE ON regtest_table
180180
FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
181181
ALTER TABLE regtest_table DISABLE TRIGGER regtest_test_trig; -- not supported

0 commit comments

Comments
 (0)