Skip to content

Commit 47fe868

Browse files
committed
Adjust pg_trgm expected output for new *.sql file.
1 parent 926bbab commit 47fe868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_trgm/expected/pg_trgm.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\set ECHO none
2-
psql:pg_trgm.sql:43: NOTICE: type "gtrgm" is not yet defined
2+
psql:pg_trgm.sql:42: NOTICE: type "gtrgm" is not yet defined
33
DETAIL: Creating a shell type definition.
4-
psql:pg_trgm.sql:48: NOTICE: argument type gtrgm is only a shell
4+
psql:pg_trgm.sql:47: NOTICE: argument type gtrgm is only a shell
55
select show_trgm('');
66
show_trgm
77
-----------

0 commit comments

Comments
 (0)