Skip to content

Commit 1d92db0

Browse files
committed
pathman: tests fixed for pgpro9_5
1 parent 5078386 commit 1d92db0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/pathman/expected/pathman.out

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
\set VERBOSITY terse
12
CREATE EXTENSION pathman;
23
CREATE TABLE hash_rel (
34
id SERIAL PRIMARY KEY,
@@ -290,9 +291,6 @@ NOTICE: function hash_rel_hash_update_trigger_func() does not exist, skipping
290291

291292
DROP TABLE hash_rel CASCADE;
292293
NOTICE: drop cascades to 3 other objects
293-
DETAIL: drop cascades to table hash_rel_0
294-
drop cascades to table hash_rel_1
295-
drop cascades to table hash_rel_2
296294
SELECT drop_range_partitions('num_range_rel');
297295
drop_range_partitions
298296
-----------------------

contrib/pathman/sql/pathman.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
\set VERBOSITY terse
2+
13
CREATE EXTENSION pathman;
24

35
CREATE TABLE hash_rel (

0 commit comments

Comments
 (0)