]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update RELEASE_CHANGES
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 18 Mar 2026 12:36:44 +0000 (13:36 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 18 Mar 2026 12:42:06 +0000 (13:42 +0100)
The existing instructions did not cover meson.  Point to
src/common/unicode/README instead, where there is more information.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org

src/tools/RELEASE_CHANGES

index a7c20855d54377244a51f0dbe286103bc161ceee..f0d005a6141d215744779dbecb860eb4b2ec3e98 100644 (file)
@@ -84,8 +84,7 @@ but there may be reasons to do them at other times as well.
 * Update config.guess and config.sub
   (from https://savannah.gnu.org/projects/config)
 
-* Update Unicode data: Edit UNICODE_VERSION and CLDR_VERSION in
-  src/Makefile.global.in, run make update-unicode, and commit.
+* Update Unicode data (see src/common/unicode/README)
 
 
 Starting a New Development Cycle