pgsql: Fix whitespace and remove obsolete gitattributes entry

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix whitespace and remove obsolete gitattributes entry
Date: 2016-03-13 20:26:01
Message-ID: E1afCaP-0002Y9-Eo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-13 20:44:41 pgsql: Fix memory leak in repeated GIN index searches.
Previous Message Magnus Hagander 2016-03-13 12:21:16 pgsql: Rename auto_explain.sample_ratio to sample_rate