Re: pgsql: pg_upgrade: Preserve default char signedness value from old clus
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: Masahiko Sawada <msawada@postgresql.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-03-18T12:28:25Z
Lists: pgsql-hackers
On Tue, Mar 18, 2025 at 12:36 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > > Cool. The commit message refers to 003_char_signedness, but the test > > name is 005, not 003. > > Thank you for reviewing the patch. I've pushed the patch after fixing it. Thanks for taking care of it (and so quickly!). -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Fix the test 005_char_signedness.
- c462b054ba60 18.0 landed
-
pg_upgrade: Preserve default char signedness value from old cluster.
- a8238f87f980 18.0 cited
-
Add default_char_signedness field to ControlFileData.
- 44fe30fdab67 18.0 cited