Skip to content

Commit c723654

Browse files
Dmitry Vasilyevzilder
authored andcommitted
fixes from alex
1 parent 2e6b5cb commit c723654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pathman/pathman--0.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ DECLARE
7878
insert_stmt TEXT;
7979
BEGIN
8080
/* drop trigger and corresponding function */
81-
PERFORM drop_hash_trigger(relation);
81+
PERFORM drop_hash_triggers(relation);
8282

8383
/* determine fields for INSERT */
8484
relid := relfilenode FROM pg_class WHERE relname = relation;

0 commit comments

Comments
 (0)