Re: PATCH: Update snowball stemmers
Artur Zakirov <a.zakirov@postgrespro.ru>
From: Arthur Zakirov <a.zakirov@postgrespro.ru>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, pgsql-hackers@lists.postgresql.org, Thomas Munro <thomas.munro@enterprisedb.com>
Date: 2018-09-13T09:02:22Z
Lists: pgsql-hackers
Attachments
- update_snowball_stemmers_v2.patch (text/plain) patch v2
On Wed, Sep 12, 2018 at 05:47:05PM -0400, Tom Lane wrote: > Oh, patch(1) doesn't understand git's idea of "renaming" files, cf > > https://www.postgresql.org/message-id/CAEepm=2+CF3PshNRAs-r8jtPLKj0K6UEACeRSqBi5Cf74L=w7Q@mail.gmail.com > > I'd suggest using "git diff --no-renames", since some of us will want > to apply the patch using patch(1). Ah, I see. I attached new version made with --no-renames. Will wait for what cfbot will say. > > In my laptop there is no such problem. I tried both "git apply" and > > "patch -p1". And I can build the patch. > > Really? What version of patch was that? It is 2.7.6. It seems it was released in 2018-02-03. Not sure, but maybe they improved support for git's file renames. -- Arthur Zakirov Postgres Professional: http://www.postgrespro.com Russian Postgres Company
Commits
-
Sync our Snowball stemmer dictionaries with current upstream.
- fd582317e10e 12.0 landed