Re: speed up unicode decomposition and recomposition - Mailing list pgsql-hackers

From John Naylor
Subject Re: speed up unicode decomposition and recomposition
Date
Msg-id CAFBsxsGKBDqt4RFmL3HPyrd_767zZMbGHZpbVgDWMQLn6XAz3A@mail.gmail.com
Whole thread Raw
In response to Re: speed up unicode decomposition and recomposition  (Michael Paquier <michael@paquier.xyz>)
Responses Re: speed up unicode decomposition and recomposition  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers


On Thu, Oct 15, 2020 at 11:32 PM Michael Paquier <michael@paquier.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 

pgsql-hackers by date:

Previous
From: Pierre Giraud
Date:
Subject: Re: [PATCH] Add extra statistics to explain for Nested Loop
Next
From: John Naylor
Date:
Subject: Re: speed up unicode decomposition and recomposition