| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Magnus Hagander <magnus(at)hagander(dot)net> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Buildfarm failures MSVC |
| Date: | 2007-08-24 15:08:55 |
| Message-ID: | 29901.1187968135@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Magnus Hagander <magnus(at)hagander(dot)net> writes:
> Just so people know, I'm fixing those (tsearch-created make check failures
> on msvc). It's been a bad week this week at work, but I hope to get around
> to fix these beginning of next week.
IIRC the work left to do is to port the construction of the
snowball_create.sql file? One thing that might make it easier:
I was planning to simplify snowball/Makefile to reduce the double-column
listing of LANGUAGES to just one column. AFAICS the original purpose of
that was to support two different encodings of a language's stopwords
file, which is just dead weight given our agreement to use only UTF8
stopwords files.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-08-24 15:12:13 | Re: SQL feature requests |
| Previous Message | peter.trautmeier | 2007-08-24 15:07:34 | How to add a column in a executor node? |