Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd253b0f

Browse files
committed
Blindly attempt to fix sepgsql tests#2.
1 parent83bbcb0 commitd253b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/sepgsql/expected/alter.out

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp