Re: Pre-proposal: unicode normalized text
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>, Robert Haas
<robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2023-11-03T07:49:37Z
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 Fri, 2023-11-03 at 10:51 +1300, Thomas Munro wrote: > bowerbird and hammerkop didn't like commit a02b37fc. They're still > using the old 3rd build system that is not tested by CI. It's due > for > removal in the 17 cycle IIUC but in the meantime I guess the new > codegen script needs to be invoked by something under src/tools/msvc? > > varlena.obj : error LNK2019: unresolved external symbol > unicode_category referenced in function unicode_assigned > [H:\\prog\\bf\\root\\HEAD\\pgsql.build\\postgres.vcxproj] 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. Regards, Jeff Davis