| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix incorrectly spelled city name |
| Date: | 2025-12-27 22:49:23 |
| Message-ID: | E1vZd6A-0031k6-0t@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix incorrectly spelled city name
The correct spelling is Beijing, fix in regression test
and docs.
Author: JiaoShuntian <jiaoshuntian(at)gmail(dot)com>
Reviewed-by: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/ebfa3ec2-dc3c-4adb-be2a-4a882c2e85a7@gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/a9123db14a12e2e2dfb93dbbef4f2cdc2986023b
Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 2 +-
src/test/regress/expected/partition_merge.out | 16 +++++++-------
src/test/regress/expected/partition_split.out | 30 +++++++++++++--------------
src/test/regress/sql/partition_merge.sql | 6 +++---
src/test/regress/sql/partition_split.sql | 26 +++++++++++------------
5 files changed, 40 insertions(+), 40 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2025-12-28 00:20:47 | pgsql: Split some long Makefile lists |
| Previous Message | Peter Eisentraut | 2025-12-27 22:46:53 | pgsql: Remove MsgType type |