Re: How to update unicode mapping table?

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Japin Li <japinli(at)hotmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: How to update unicode mapping table?
Date: 2023-10-06 07:05:38
Message-ID: b1bd3ab9-acaa-365e-fee9-7687bb564cce@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 26.09.23 00:20, Tom Lane wrote:
> On a slightly related note, I noticed while preparing 3aff1d3fd
> that src/backend/utils/mb/Unicode/Makefile seems a little screwy.
> If you go into that directory and type "make distclean", you'll
> find it removes some files that are in git:

Since this is only used during update-unicode, whose purpose is to
overwrite files in git, this might not be totally wrong.

Maybe the target names distclean and maintainer-clean are inappropriate,
since they suggest some standard semantics. Maybe the current semantics
are also not that useful, I'm not sure. I guess among the things you'd
want are "delete all intermediate downloaded files", which seemingly
none of these do.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-10-06 07:27:22 Re: Use FD_CLOEXEC on ListenSockets (was Re: Refactoring backend fork+exec code)
Previous Message Frédéric Yhuel 2023-10-06 07:04:33 Re: Out of memory error handling in frontend code