Re: GB18030-2022 Support in PostgreSQL

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: GB18030-2022 Support in PostgreSQL
Date: 2025-10-03 05:12:29
Message-ID: 14677F90-EFB3-4BE9-9EA1-A11DBDEA404A@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi John,

Thank you again much very for your support.

> On Oct 2, 2025, at 13:44, John Naylor <johncnaylorls(at)gmail(dot)com> wrote:
>
>
> Thanks, pushed after correcting the file name in the perl script
> comment. I've marked the CF entry committed.
>

So the work for GB18030 is done.

I just want to check with your two more items:

* Do we want to switch UHC from using xml to ucm? That would not lead to map file change, instead it just removes the code of parsing xml file, making future maintenance easier.

* For the makefile changes: https://commitfest.postgresql.org/patch/5953/. Say, ucm has some changes, now make will only rebuild maps files, even if map files are regenerated with differences, corresponding .o files are not automatically rebuilt. I encountered this problem when I started to work on the gb18030 task. I made the change, but because of the problem, postgresql binary was not actually rebuilt to include my change, which led to confusion and wasted time.

Please let me know. Your guidance is greatly appreciated.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-10-03 05:33:00 Re: Add stats_reset to pg_stat_all_tables|indexes and related views
Previous Message Bertrand Drouvot 2025-10-03 03:39:56 Re: Add memory_limit_hits to pg_stat_replication_slots