Re: badly calculated width of emoji in psql
John Naylor <john.naylor@enterprisedb.com>
From: John Naylor <john.naylor@enterprisedb.com>
To: Jacob Champion <pchampion@vmware.com>
Cc: "pavel.stehule@gmail.com" <pavel.stehule@gmail.com>, "laurenz.albe@cybertec.at" <laurenz.albe@cybertec.at>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
"michael@paquier.xyz" <michael@paquier.xyz>, "horikyota.ntt@gmail.com" <horikyota.ntt@gmail.com>
Date: 2021-08-12T18:16:25Z
Lists: pgsql-hackers
On Thu, Aug 12, 2021 at 12:46 PM Pavel Stehule <pavel.stehule@gmail.com> wrote: > did you run make clean? > > when I executed just patch & make, it didn't work I did not, but I always have --enable-depend on. I tried again with make clean, and ccache -C just in case, and it works now. On Thu, Aug 12, 2021 at 12:54 PM Jacob Champion <pchampion@vmware.com> wrote: > Was this a clean build? Perhaps I've introduced (or exacerbated) a > dependency bug in the Makefile? The patch doing nothing is a surprising > result given the code change. Yeah, given that Pavel had the same issue, that's a possibility. I don't recall that happening with other unicode patches I've tested. -- John Naylor EDB: http://www.enterprisedb.com
Commits
-
Extend collection of Unicode combining characters to beyond the BMP
- 5bc429aacb37 15.0 landed
-
Update display widths as part of updating Unicode
- bab982161e05 15.0 landed
-
Revert "Rename unicode_combining_table to unicode_width_table"
- 1563ecbc1be8 15.0 landed
-
Change mbbisearch to return the character range
- 78ab944cd4b9 15.0 landed