Skip to content

Commit abd5781

Browse files
committed
tests fix
1 parent 581075a commit abd5781

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

expected/pg_pathman.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,4 +1575,3 @@ EXPLAIN (COSTS OFF) SELECT * FROM messages;
15751575
-> Seq Scan on messages_2
15761576
(3 rows)
15771577

1578-
DROP EXTENSION pg_pathman;

sql/pg_pathman.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,5 +547,3 @@ SELECT create_range_partitions('messages', 'id', 1, 100, 2);
547547
ALTER TABLE replies DROP CONSTRAINT replies_message_id_fkey;
548548
SELECT create_range_partitions('messages', 'id', 1, 100, 2);
549549
EXPLAIN (COSTS OFF) SELECT * FROM messages;
550-
551-
DROP EXTENSION pg_pathman;

0 commit comments

Comments
 (0)