10000 Fix typo also in expected output. · hackingwu/postgres@16b74c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16b74c4

Browse files
committed
Fix typo also in expected output.
Commit 181bdb9 fixed the typo in the .sql file, but forgot to update the expected output.
1 parent 2a931ef commit 16b74c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sepgsql/expected/label.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ SELECT sepgsql_getcon();
394394
unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
395395
(1 row)
396396

397-
-- the pooler cannot touch these tables directry
397+
-- the pooler cannot touch these tables directly
398398
SELECT * FROM foo_tbl; -- failed
399399
ERROR: SELinux: security policy violation
400400
SELECT * FROM var_tbl; -- failed

0 commit comments

Comments
 (0)
0