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 1vvcXD-00Abgi-2K for pgsql-hackers@arkaria.postgresql.org; Thu, 26 Feb 2026 14:40:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vvcXB-00DQno-0x for pgsql-hackers@arkaria.postgresql.org; Thu, 26 Feb 2026 14:40:09 +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 1vvcXA-00DQnO-35 for pgsql-hackers@lists.postgresql.org; Thu, 26 Feb 2026 14:40:09 +0000 Received: from udcm-wwu2.uni-muenster.de ([128.176.118.28]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vvcX6-00000001JUc-2Atz for pgsql-hackers@lists.postgresql.org; Thu, 26 Feb 2026 14:40:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uni-muenster.de; i=@uni-muenster.de; q=dns/txt; s=uniout; t=1772116806; x=1803652806; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=RttCTFKJJSkAGC9qwjoQtlRcWyD7GwqzqnoS72wTQBU=; b=Xs92uEM2Rcd+kYMJxsYXoBho5//ggGZN0rqfKSpgRwcc4m5xidupKTxS eICyiDCGzCN5VCSmMahA669QNon84pZxJT8laK2X/zFJjzfTgttBe6k7M P1dBn9Jgy9aS7qMo/wF+lu1Q6h87HSVRe8o3i7y/SPPZf1BM9NSH97tES 1KqLvQppzFsq2x43jP0UzEW1AjKbBu5hxwCSC2T2BhtewnhN56bJoyMyE GB43dnBWYU9UFJU+wVwEPB28qcBAZZtnCR8MT4/4my8RfCU62E2COC62K yrwxmjR1smA7Sdxh/O7Up5UWacm9hGaJiDX9xGo9hF9S9JyoJ0BlnxnnZ w==; X-CSE-ConnectionGUID: e4mYBYq/RESaxLecyjZHeQ== X-CSE-MsgGUID: bda7wRAPQHmCvSD0RMc3Ow== X-IronPort-AV: E=Sophos;i="6.21,312,1763420400"; d="scan'208";a="386103872" Received: from secmail.uni-muenster.de ([128.176.118.4]) by UDCM-RELAY2.UNI-MUENSTER.DE with ESMTP; 26 Feb 2026 15:40:02 +0100 Received: from [192.168.178.27] (dynamic-093-133-131-100.93.133.pool.telefonica.de [93.133.131.100]) by SECMAIL.UNI-MUENSTER.DE (Postfix) with ESMTPSA id 71BF920ADF02; Thu, 26 Feb 2026 15:40:01 +0100 (CET) Message-ID: <12f2115b-6a0f-4f32-839e-c2a778f8a3f8@uni-muenster.de> Date: Thu, 26 Feb 2026 15:40:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: doc: Clarify that empty COMMENT string removes the comment To: Fujii Masao , Ashutosh Bapat Cc: Chao Li , PostgreSQL Hackers References: <26476097-B1C1-4BA8-AA92-0AD0B8EC7190@gmail.com> Content-Language: de-DE, en-GB From: Jim Jones In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 26/02/2026 15:10, Fujii Masao wrote: > At least for me, the supplementary description that the patch adds > looks sufficient. Same here. This now clearly states the behaviour of comments with empty strings. Thanks for the patch! Best, Jim