Skip to content

Commit fe7a11d

Browse files
author
Artur Zakirov
committed
Added new operators and fixes
- trgm2.data was corrected, duplicates were deleted. - Added operators <<-> and <->> - The function substring_similarity() was renamed to subword_similarity(). - A little fix in the gistscan.c.
1 parent de2ae70 commit fe7a11d

File tree

14 files changed

+1292
-2719
lines changed

14 files changed

+1292
-2719
lines changed

contrib/pg_trgm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EXTENSION = pg_trgm
77
DATA = pg_trgm--1.2.sql pg_trgm--1.0--1.1.sql pg_trgm--1.1--1.2.sql pg_trgm--unpackaged--1.0.sql
88
PGFILEDESC = "pg_trgm - trigram matching"
99

10-
REGRESS = pg_trgm pg_substring_trgm
10+
REGRESS = pg_trgm pg_subword_trgm
1111

1212
ifdef USE_PGXS
1313
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)