pgsql: Fix whitespace and remove obsolete gitattributes entry - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix whitespace and remove obsolete gitattributes entry
Date
Msg-id E1afCaP-0002Y9-Eo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix whitespace and remove obsolete gitattributes entry

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/96adb14d931e442e0a96f418d483fc896506146f

Modified Files
--------------
.gitattributes                                       | 1 -
src/backend/tsearch/dicts/hunspell_sample.affix      | 1 -
src/backend/tsearch/dicts/hunspell_sample_long.affix | 1 -
src/backend/tsearch/dicts/hunspell_sample_num.affix  | 1 -
src/backend/tsearch/spell.c                          | 2 +-
src/test/regress/sql/tstypes.sql                     | 1 -
6 files changed, 1 insertion(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Rename auto_explain.sample_ratio to sample_rate
Next
From: Tom Lane
Date:
Subject: pgsql: Fix memory leak in repeated GIN index searches.