Re: speed up unicode decomposition and recomposition

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, daniel(at)manitou-mail(dot)org
Subject: Re: speed up unicode decomposition and recomposition
Date: 2020-10-19 14:34:33
Message-ID: CAFBsxsGKBDqt4RFmL3HPyrd_767zZMbGHZpbVgDWMQLn6XAz3A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 15, 2020 at 11:32 PM Michael Paquier <michael(at)paquier(dot)xyz>
wrote:

>
> The binary sizes of libpgcommon_shlib.a and libpgcommon.a change
> because Decomp_hash_func() gets included, impacting libpq.
>

I don't see any difference on gcc/Linux in those two files, nor in
unicode_norm_shlib.o -- I do see a difference in unicode_norm_srv.o as
expected. Could it depend on the compiler?

--
John Naylor
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2020-10-19 14:36:00 Re: speed up unicode decomposition and recomposition
Previous Message Pierre Giraud 2020-10-19 14:17:47 Re: [PATCH] Add extra statistics to explain for Nested Loop