postgresql/contrib/fuzzystrmatch
Peter Eisentraut 64b787656d Add some const qualifiers
There was a mismatch between the const qualifiers for
excludeDirContents in src/backend/backup/basebackup.c and
src/bin/pg_rewind/filemap.c, which led to a quick search for similar
cases.  We should make excludeDirContents match, but the rest of the
changes seem like a good idea as well.

Author: David Steele <david@pgmasters.net>
Discussion: https://www.postgresql.org/message-id/flat/669a035c-d23d-2f38-7ff0-0cb93e01d610@pgmasters.net
2023-09-26 11:28:57 +01:00
..
expected Ensure Soundex difference() function handles empty input sanely. 2023-05-16 10:53:42 -04:00
sql Ensure Soundex difference() function handles empty input sanely. 2023-05-16 10:53:42 -04:00
.gitignore Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
Makefile Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
daitch_mokotoff.c Avoid using non-ASCII commentary in daitch_mokotoff.c. 2023-04-16 12:57:32 -04:00
daitch_mokotoff_header.pl Remove useless dependencies in daitch_mokotoff_header.pl. 2023-04-07 23:23:25 -04:00
dmetaphone.c Harmonize parameter names in contrib code. 2022-09-22 13:59:20 -07:00
fuzzystrmatch--1.0--1.1.sql Update fuzzystrmatch extension for parallel query. 2016-06-07 11:26:41 -04:00
fuzzystrmatch--1.1--1.2.sql Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
fuzzystrmatch--1.1.sql Update fuzzystrmatch extension for parallel query. 2016-06-07 11:26:41 -04:00
fuzzystrmatch.c Add some const qualifiers 2023-09-26 11:28:57 +01:00
fuzzystrmatch.control Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
meson.build Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00