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.94.2) (envelope-from ) id 1r2gQE-000MLN-7M for pgsql-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 23:32:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r2gQC-002q6a-9S for pgsql-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 23:32:48 +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.94.2) (envelope-from ) id 1r2gQB-002q6S-Vr for pgsql-hackers@lists.postgresql.org; Mon, 13 Nov 2023 23:32:47 +0000 Received: from mail-lj1-x233.google.com ([2a00:1450:4864:20::233]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1r2gQ8-005Rfd-MG for pgsql-hackers@lists.postgresql.org; Mon, 13 Nov 2023 23:32:45 +0000 Received: by mail-lj1-x233.google.com with SMTP id 38308e7fff4ca-2c503dbe50dso69686731fa.1 for ; Mon, 13 Nov 2023 15:32:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1699918363; x=1700523163; darn=lists.postgresql.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=OndJ02uW5sh41yawkaESrADGcCeC012VZAVtrcGwaFg=; b=C/PDiyRQFKw7WwKMonvfyQfEN/eb6gsbZR64YjQNvMnXygopbOkC2u4hJkKScSJR3J 1VmRYjIZsEpy/ohm8JEQ4nakMv5GQVVMp1sspaKQzcTy3esZS8eQCPf44zw4jNFgWDZ5 W70qXLi8Jg14FQeKEp3DEvVK2kjlHcqrQdyRNwI7/BjVPD3x/7ibUhq4O2FwGRlBwijg sA3tDaJFzA+e1Y4j+yGJk25zRm+DmyeN6bZzynHIDS3Qtj5hE5lAZWiqO4gzZiDhTcGG uCqyDzTqouZf3SIQ64LMLGAKA8oRPJsn8sA8TwlksaijNeeeS/eyF5FsB25jiHYaA3hC WhuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699918363; x=1700523163; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OndJ02uW5sh41yawkaESrADGcCeC012VZAVtrcGwaFg=; b=VmvvOSGstxxEpLVaZBWcpIit9lesteYTz4SfcBRx/2mDJ1dtpCh1ZoWcdzKxY37Y3E MoUGtOWesj0LjZlxIIhy4lBJHzpwmKTq13DW8QRGrq1/Ce8Bujfcqym3zjkKpIZyxhoN 17mBFQI5kZI2IFy/sIhiOq4VTnEJdwsJPpcgPTyl5HRpQ0GXrLCX5rUiST8q7Ew0A+pm QaDwE4a66z4ZUyXLhuExb2NvIyoy67CDzF0DLniPjh3olP0ZVJTFC704aEi0p25JZZFF Sg14cHjlAlU/o56w24Dgb4lbyWSfdKP2dVT77mqZxBaWOzdywULnUdstUEpEwPV9WJXp 8rPQ== X-Gm-Message-State: AOJu0YyWdBk15jRDB6X00YXfXogVK9WV6iwajW7PeRthb8vL/GpYE/8+ Mch3h8e19WS7KvCCXvE5jPXtEhJ4GacIR8u2WVk= X-Google-Smtp-Source: AGHT+IGDyKQeyXmWPV9YBRD0QlX+6UL5h0pISToicKuNfgJR75t57plotzj/ZSY5eOq0xBVgITeDk1dmpz8yZYkEJPo= X-Received: by 2002:a2e:1451:0:b0:2c5:4a5:9560 with SMTP id 17-20020a2e1451000000b002c504a59560mr498406lju.41.1699918362593; Mon, 13 Nov 2023 15:32:42 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Peter Smith Date: Tue, 14 Nov 2023 10:32:16 +1100 Message-ID: Subject: Re: Some deleted GUCs are still referred to To: Daniel Gustafsson Cc: PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Nov 9, 2023 at 8:12=E2=80=AFPM Daniel Gustafsson = wrote: > > > On 9 Nov 2023, at 00:51, Peter Smith wrote: > > > > Hi, > > > > I happened to notice that some GUC names "max_fsm_pages" and > > "max_fsm_relations" are still mentioned in these translation files > > (from the REL_16_1 source zip) > > > > src\backend\po\fr.po > > src\backend\po\tr.po > > > > ~~ > > > > Should those be removed? > > These mentions are only in comments and not in actual translations, so I = don't > think they risk causing any issues. > > $ git grep max_fsm_ |cut -d":" -f 2 |grep -v "^#" | wc -l > 0 > > I don't know enough about the translation workflow to know how these comm= ents > are handled, sending this to pgsql-translators@ might be a better way to = reach > the authors working on this. > Thanks for the advice. Done that. =3D=3D=3D=3D=3D=3D Kind Regards, Peter Smith. Fujitsu Australia