postgresql/contrib/pg_trgm
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings
This addresses only those cases that are easy to fix by adding or
moving a const qualifier or removing an unnecessary cast.  There are
many more complicated cases remaining.
2011-09-11 21:54:32 +03:00
..
data trgm - Trigram matching for PostgreSQL 2004-05-31 17:18:12 +00:00
expected Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
sql Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
pg_trgm--1.0.sql Fix contrib/pg_trgm to have smoother updates from 9.0. 2011-02-17 15:04:33 -05:00
pg_trgm--unpackaged--1.0.sql Fix contrib/pg_trgm to have smoother updates from 9.0. 2011-02-17 15:04:33 -05:00
pg_trgm.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
trgm.h Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
trgm_gin.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
trgm_gist.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
trgm_op.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00