summaryrefslogtreecommitdiff
path: root/contrib/sepgsql/expected
diff options
context:
space:
mode:
authorPeter Eisentraut2017-04-10 15:18:15 +0000
committerPeter Eisentraut2017-04-10 15:18:15 +0000
commit244f1c89070c1a661623bf1eaddf1307f8f598a3 (patch)
tree4d2485cebe07f5a5ee30400f10ea458fbc18d910 /contrib/sepgsql/expected
parent511540dadf1166d80b864f63979178f324844060 (diff)
Fix whitespace
Diffstat (limited to 'contrib/sepgsql/expected')
-rw-r--r--contrib/sepgsql/expected/dml.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sepgsql/expected/dml.out b/contrib/sepgsql/expected/dml.out
index 995e425aca..31243c723b 100644
--- a/contrib/sepgsql/expected/dml.out
+++ b/contrib/sepgsql/expected/dml.out
@@ -257,7 +257,7 @@ ERROR: SELinux: security policy violation
---
-- partitioned table parent
UPDATE t1p SET o = 9 WHERE o < 10; -- ok
-UPDATE t1p SET o = 99 WHERE o >= 10; -- ok
+UPDATE t1p SET o = 99 WHERE o >= 10; -- ok
UPDATE t1p SET o = ascii(COALESCE(p,'upd'))%10 WHERE o < 10; -- ok
UPDATE t1p SET o = ascii(COALESCE(q,'upd'))%100 WHERE o >= 10; -- failed
ERROR: SELinux: security policy violation
@@ -266,7 +266,7 @@ UPDATE t1p_ones SET o = 9; -- ok
UPDATE t1p_ones SET o = ascii(COALESCE(p,'upd'))%10; -- ok
UPDATE t1p_ones SET o = ascii(COALESCE(q,'upd'))%10; -- failed
ERROR: SELinux: security policy violation
-UPDATE t1p_tens SET o = 99; -- ok
+UPDATE t1p_tens SET o = 99; -- ok
UPDATE t1p_tens SET o = ascii(COALESCE(p,'upd'))%100; -- ok
UPDATE t1p_tens SET o = ascii(COALESCE(q,'upd'))%100; -- failed
ERROR: SELinux: security policy violation