pgsql: Even more duplicate word removal, in the spirit of the season

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Even more duplicate word removal, in the spirit of the season
Дата
Msg-id E1SPdmq-0005q3-9M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Even more duplicate word removal, in the spirit of the season

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e9605a039b60350003daf8a5b3c0c10993994b60

Modified Files
--------------
contrib/fuzzystrmatch/levenshtein.c |    4 ++--
contrib/pgcrypto/crypt-md5.c        |    2 +-
src/backend/tsearch/wparser_def.c   |    2 +-
3 files changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid repeated CLOG access from heap_hot_search_buffer.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Fix crash in functions returning SETOF and using SPI