Re: Pre-proposal: unicode normalized text
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Jeff Davis <pgsql@j-davis.com>, Peter Eisentraut <peter@eisentraut.org>, Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2023-11-04T02:43:34Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Try again to fix the MSVC build
- 151ffcf6d8c1 17.0 landed
-
Additional unicode primitive functions.
- a02b37fc0832 17.0 landed
On Sat, 4 Nov 2023 at 10:57, Thomas Munro <thomas.munro@gmail.com> wrote: > > On Fri, Nov 3, 2023 at 9:01 PM David Rowley <dgrowleyml@gmail.com> wrote: > > On Fri, 3 Nov 2023 at 20:49, Jeff Davis <pgsql@j-davis.com> wrote: > > > I think I just need to add unicode_category.c to @pgcommonallfiles in > > > Mkvcbuild.pm. I'll do a trial commit tomorrow and see if that fixes it > > > unless someone has a better suggestion. > > > > Thomas mentioned this to me earlier today. After looking I also > > concluded that unicode_category.c needed to be added to > > @pgcommonallfiles. After looking at the time, I didn't expect you to > > be around so opted just to push that to fix the MSVC buildfarm > > members. > > Shouldn't it be added unconditionally near unicode_norm.c? It looks > like it was accidentally made conditional on openssl, which might > explain why it worked for David but not for bowerbird. Well, I did that one pretty poorly :-( I've just pushed a fix for that. Thanks. David