Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vvFMu-00AIHt-31 for pgsql-bugs@arkaria.postgresql.org; Wed, 25 Feb 2026 13:56:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vvFMt-006V4E-2l for pgsql-bugs@arkaria.postgresql.org; Wed, 25 Feb 2026 13:55:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vv8Id-004Zqe-1s for pgsql-bugs@lists.postgresql.org; Wed, 25 Feb 2026 06:23:07 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vv8Ia-000000014d1-0891 for pgsql-bugs@lists.postgresql.org; Wed, 25 Feb 2026 06:23:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=jeEwTjYS7+EftMCyxYRA46bA5V3hPJt6+adMx5JdJh0=; b=DVXVc+llt6bnmWtIQL6McpW1Hz 8MGHo0iY0zMERlXJYNNjT5laKf53A6y84myNf0uBWWoSPPxyXgMCMs2Tnt4DlxVAUQ/eykHX5pjYQ GHuVrNkfgXzTN5UdD+0TSbN57fTFQ+Rg69du52N7pNwpJsr0Tx1vksLeMZ8JjHCOWeWdk2eNVRg73 6T4QpRgL/ecxJu9EX3DnSdZaAlfkSJOGWRJ2eTxW32Ntzqawi7R/ui/oA/aSd9b6d4hheSF8v+8Ni CKIBvczXuNt+f2a1QWPzygur5+/kSn/U1DSDg9oQPqm2oyV14WitKHPQupRr/srmRJp+BCbLmr5rz 7yqHpTqQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vv8IZ-003Cey-33 for pgsql-bugs@lists.postgresql.org; Wed, 25 Feb 2026 06:23:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vv8IZ-00B8Xb-15 for pgsql-bugs@lists.postgresql.org; Wed, 25 Feb 2026 06:23:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: BUG #19415: Spelling error about 'vacuume' in zh_CN.po To: pgsql-bugs@lists.postgresql.org From: PG Bug reporting form Cc: zhangyc0706@gmail.com Reply-To: zhangyc0706@gmail.com, pgsql-bugs@lists.postgresql.org Date: Wed, 25 Feb 2026 06:22:57 +0000 Message-ID: <19415-efc175e59cc8328b@postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following bug has been logged on the website: Bug reference: 19415 Logged by: yuanchao zhang Email address: zhangyc0706@gmail.com PostgreSQL version: 18.1 Operating system: windows 10 Description: =20 I'm doing some testing in PostgreSQL 18, trying to get transaction IDs to exceed 4.2 billion, but I encountered the following error: "=E8=AD=A6=E5=91=8A: =E5=B8=A6=E6=9C=89OID=E4=B8=BA4=E7=9A=84=E6=95=B0=E6= =8D=AE=E5=BA=93=E5=BF=85=E9=A1=BB=E5=9C=A84293966794=E4=B8=AA=E4=BA=8B=E5= =8A=A1=E4=B8=AD=E8=BF=9B=E8=A1=8C=E6=B8=85=E7=90=86(vacuume)." (Because I'm using a Chinese-language environment, the error message is in Chinese. I checked the source code and found the corresponding English error: 'database with OID %u must be vacuumed within %u transactions'.) The error itself is not problematic, but I believe there is a spelling error in the word "vacuume". Therefore, I searched the PostgreSQL 18 source code for this word and found four similar instances, all appearing in the 'src\backend\po\zh_CN.po' file. I'm unsure how to better fix this=E2=80=94should I change it to `vacuumed` = or simply remove it? Therefore, I'm submitting this feedback in the hope that this issue can be fixed in a future version.