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 1vvHOR-00Bkia-2r for pgsql-bugs@arkaria.postgresql.org; Wed, 25 Feb 2026 16:05:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vvHOQ-0077H4-2n for pgsql-bugs@arkaria.postgresql.org; Wed, 25 Feb 2026 16:05:42 +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 1vvHOQ-0077Gu-1l for pgsql-bugs@lists.postgresql.org; Wed, 25 Feb 2026 16:05:42 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vvHON-000000018qj-2guu for pgsql-bugs@lists.postgresql.org; Wed, 25 Feb 2026 16:05:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc: Content-ID:Content-Description; bh=t41q93281oHaXsjvSwRGNEF9zyM44eaLnnm3/TcLywQ=; b=fStMTurQN9oFjH8XgF0ycbx0YO HGXvlWMNFq1ioswW4flqpPCQVNdrLS2RkfABN3c8o+WAdzCfMBlE8hoqH6iG9ROqdGiwBVU5sfwhc Z4Av6BhVMDYT2PXSo2iayLHEVcjeY1Z7dYclOzFg7lr04RYiLy2Jwh/FCbMVrHiHpCs0si6SucMwN bdPpZZuS4qWjTEdrMFg9SkkCklxjVIM4GPHiUGOoRD6/riea/k+KwgCx3ZoepUvLeqnrpY5tGxoBj 5UNF40i+uQM5+UwfradktEGyQ42DWMHJrFzKeDmvJEkqFKkypXnmbPyyu83bHFU4DjU0GCtGkQO52 hgt2RNxA==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1vvHON-0000000Efa6-2Doe; Wed, 25 Feb 2026 11:05:39 -0500 Date: Wed, 25 Feb 2026 11:05:39 -0500 From: Bruce Momjian To: zhangyc0706@gmail.com, pgsql-bugs@lists.postgresql.org Subject: Re: BUG #19415: Spelling error about 'vacuume' in zh_CN.po Message-ID: References: <19415-efc175e59cc8328b@postgresql.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <19415-efc175e59cc8328b@postgresql.org> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Feb 25, 2026 at 06:22:57AM +0000, PG Bug reporting form wrote: > 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: > > I'm doing some testing in PostgreSQL 18, trying to get transaction IDs to > exceed 4.2 billion, > but I encountered the following error: > "警告: 带有OID为4的数据库必须在4293966794个事务中进行清理(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—should 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. You should send this to pgsql-translators@postgresql.org or see https://wiki.postgresql.org/wiki/NLS -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.