Skip to content

Commit 88d65e0

Browse files
Remove wrongly committed test.
1 parent f4c387b commit 88d65e0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/expected/misc.out

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,3 @@ EXPLAIN SELECT city FROM test_customers ORDER BY 1;
197197
-> Seq Scan on test_customers
198198
(6 rows)
199199

200-
-- Reject unsupported column types during AID labeling
201-
SECURITY LABEL FOR pg_diffix ON COLUMN test_customers.discount IS 'aid';
202-
ERROR: [PG_DIFFIX] Statement requires direct access level.

test/sql/misc.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,3 @@ EXPLAIN (ANALYZE, SUMMARY false, TIMING false, COSTS true) SELECT name FROM test
9595

9696
-- EXPLAIN prints group/sort names
9797
EXPLAIN SELECT city FROM test_customers ORDER BY 1;
98-
99-
-- Reject unsupported column types during AID labeling
100-
SECURITY LABEL FOR pg_diffix ON COLUMN test_customers.discount IS 'aid';

0 commit comments

Comments
 (0)