Fix incorrectly spelled city name
Daniel Gustafsson <dgustafsson@postgresql.org>
Author:
Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-12-27T22:47:40Z
Releases:
19 (unreleased)
Fix incorrectly spelled city name The correct spelling is Beijing, fix in regression test and docs. Author: JiaoShuntian <jiaoshuntian@gmail.com> Reviewed-by: Kirill Reshke <reshkekirill@gmail.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/ebfa3ec2-dc3c-4adb-be2a-4a882c2e85a7@gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +1 −1 |
| src/test/regress/expected/partition_merge.out | modified | +8 −8 |
| src/test/regress/expected/partition_split.out | modified | +15 −15 |
| src/test/regress/sql/partition_merge.sql | modified | +3 −3 |
| src/test/regress/sql/partition_split.sql | modified | +13 −13 |
Discussion
- Fix typos: 'Bejing' to 'Beijing' in partition regress/docs 6 messages · 2025-12-25 → 2025-12-27