pgsql: Even more duplicate word removal, in the spirit of the season - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Even more duplicate word removal, in the spirit of the season
Date
Msg-id E1SPdmq-0005q3-9M@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Avoid repeated CLOG access from heap_hot_search_buffer.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: PL/Python: Fix crash in functions returning SETOF and using SPI