You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add support for automatically updating Unicode derived files
We currently have several sets of files generated from data providedby Unicode. These all have ad hoc rules and instructions for updatingwhen new Unicode versions appear, and it's not done consistently.This patch centralizes and automates the process and makes it part ofthe release checklist. The Unicode and CLDR versions are specified inMakefile.global.in. There is a new make target "update-unicode" thatdownloads all the relevant files and runs the generation script.There is also a new script for generating the table of combiningcharacters for ucs_wcwidth(). That table is now in a separate includefile rather than hardcoded into the middle of other code. This isbased on the script that was used for generatingd8594d1, but the script itself wasn'tcommitted at that time.Reviewed-by: John Naylor <john.naylor@2ndquadrant.com>Discussion:https://www.postgresql.org/message-id/flat/c8d05f42-443e-6c23-819b-05b31759a37c@2ndquadrant.com