postgresql/contrib/pg_trgm
Tom Lane 46a60abfe9 Suppress compiler warning in new contrib/pg_trgm code.
MSVC doesn't seem to like it when a constant initializer loses
precision upon being assigned.

David Rowley
2014-04-13 11:00:11 -04:00
..
data
expected
sql
.gitignore
Makefile
pg_trgm--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 2013-07-19 04:13:01 +09:00
pg_trgm--1.1.sql
pg_trgm--unpackaged--1.0.sql
pg_trgm.control
trgm_gin.c
trgm_gist.c
trgm_op.c Fix possible buffer overrun in contrib/pg_trgm. 2014-01-13 13:07:10 -05:00
trgm_regexp.c Suppress compiler warning in new contrib/pg_trgm code. 2014-04-13 11:00:11 -04:00
trgm.h