diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-12-18 11:40:10 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-12-18 11:40:10 -0500 |
commit | b2d9e17768864030fb0829b55303b8b72bfd809f (patch) | |
tree | 399ed2996cea61376ef92a2be65e2166e20f61db | |
parent | d364e88155ac895710c28efb0330b0c9594300eb (diff) | |
download | postgresql-b2d9e17768864030fb0829b55303b8b72bfd809f.tar.gz postgresql-b2d9e17768864030fb0829b55303b8b72bfd809f.zip |
Update sepgsql regression test results for commit ca4103025.
Per buildfarm.
-rw-r--r-- | contrib/sepgsql/expected/alter.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sepgsql/expected/alter.out b/contrib/sepgsql/expected/alter.out index a1d8fb24607..836acea33bc 100644 --- a/contrib/sepgsql/expected/alter.out +++ b/contrib/sepgsql/expected/alter.out @@ -260,6 +260,7 @@ LOG: SELinux: allowed { setattr } scontext=unconfined_u:unconfined_r:sepgsql_re ALTER TABLE regtest_ptable ADD CONSTRAINT test_ck CHECK (p like '%abc%') NOT VALID; -- not supported by sepgsql ALTER TABLE regtest_ptable DROP CONSTRAINT test_ck; -- not supported by sepgsql ALTER TABLE regtest_ptable SET TABLESPACE pg_default; +LOG: SELinux: allowed { setattr } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=unconfined_u:object_r:sepgsql_table_t:s0 tclass=db_table name="regtest_schema_2.regtest_ptable" -- partitioned table child ALTER TABLE regtest_table_part ALTER p SET DEFAULT 'abcd'; -- not supported by sepgsql ALTER TABLE regtest_table_part ALTER p SET DEFAULT 'XYZ'; -- not supported by sepgsql |