Fix typo in psql zh_CN.po
Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.
You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:
docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t48574psql -h localhost -U postgresBuilt from patchset v1 (message #1), July 27, 2026 at 01:01 PM.
Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:
git clone --branch t48574_1 https://github.com/hackorum-dev/postgres.gitIn a checkout you already have, add the fork once:
git remote add hackorum https://github.com/hackorum-dev/postgres.gitthen, for this patchset and every later one:
git fetch hackorum t48574_1 && git checkout t48574_1Patchset v1 (message #1) is on t48574_1
On Wed, Oct 11, 2023 at 4:30 AM jinser <aimer@purejs.icu> wrote:
Hi,
I found a typo here while using psql. I think this should be a trivial
patch.
The typo is that there is an extra `l` before `列出所有事件触发器`.
+1.
Thanks
Richard
Richard Guo <guofenglinux@gmail.com> writes:
On Wed, Oct 11, 2023 at 4:30 AM jinser <aimer@purejs.icu> wrote:
I found a typo here while using psql. I think this should be a trivial
patch.
The typo is that there is an extra `l` before `列出所有事件触发器`.
+1.
FYI, we have a slightly odd process around this: PG's translated
messages are managed by a different set of people and have a
different authoritative repo. There's enough overlap between
those people and pgsql-hackers that this report will likely be
seen by somebody who can commit into the translations repo.
Ideally however, translation bugs should be reported to
the pgsql-translators mailing list.
regards, tom lane
Sorry, I missed the pgsql-translators.
Well, I searched for typo patches in pgsql-hackers before, and now that you
reminded me, those were supposed to be source code typos...
I'll send the patch to pgsql-translators :)
Tom Lane <tgl@sss.pgh.pa.us> 于 2023年10月11日周三 10:51写道:
Show quoted text
Richard Guo <guofenglinux@gmail.com> writes:
On Wed, Oct 11, 2023 at 4:30 AM jinser <aimer@purejs.icu> wrote:
I found a typo here while using psql. I think this should be a trivial
patch.
The typo is that there is an extra `l` before `列出所有事件触发器`.+1.
FYI, we have a slightly odd process around this: PG's translated
messages are managed by a different set of people and have a
different authoritative repo. There's enough overlap between
those people and pgsql-hackers that this report will likely be
seen by somebody who can commit into the translations repo.
Ideally however, translation bugs should be reported to
the pgsql-translators mailing list.regards, tom lane