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 1wVAs9-001kwl-18 for pgsql-bugs@arkaria.postgresql.org; Thu, 04 Jun 2026 16:24:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wVAs8-007lSd-0U for pgsql-bugs@arkaria.postgresql.org; Thu, 04 Jun 2026 16:24:44 +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 1wVAs7-007lSL-2u for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 16:24:43 +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 1wVAs4-000000016Dg-31Ir for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 16:24:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description; bh=XSjP8zdxAB75yH9rb/C6ILCiUfntmfgU14moY0VEEFE=; b=gMcUh emHSnByy+qTGv0uMySE8yX++Vmg/eXnj7tkYQnW8IDSZE4gs6R7ZZhydlDslISbSrqvwXUYYkZCp4 wH27J9h8npOWJD8ZL097drqaPA9goQHjIQLz8VDKrOmwceBY/cmztHuOwJ673nSAuf197PIDQH8C6 7SkKXlBGGZCAs6fizF9wKkvXz/+uX/pqqBoIiSukPfxHExN/QDzcqxKNqL3UIeadSuaqNoPUT3gmo jSZOa6JI/6RpCXAJ8Kdp4oxWXxTQujOtL08DfgY3bipPBBbwywJjv8tNirdL/9vMSLEu9JOMHOiXB ZrbwDV7qKGhWNY4zdFmV+yYzUGfRw==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1wVAs3-00000005cJF-10PR; Thu, 04 Jun 2026 12:24:39 -0400 Date: Thu, 4 Jun 2026 12:24:39 -0400 From: Bruce Momjian To: s.shinderuk@postgrespro.ru, pgsql-bugs@lists.postgresql.org Subject: Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse) Message-ID: References: <19509-2a8a94637d323f44@postgresql.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19509-2a8a94637d323f44@postgresql.org> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Jun 4, 2026 at 02:55:31PM +0000, PG Bug reporting form wrote: > The following bug has been logged on the website: > > Bug reference: 19509 > Logged by: Sergey Shinderuk > Email address: s.shinderuk@postgrespro.ru > PostgreSQL version: 19beta1 > Operating system: Debian GNU/Linux 13 (trixie) > Description: > > Good day, > > I've found a typo in 19 beta release notes: > https://www.postgresql.org/docs/19/release-19.html#RELEASE-19-MONITORING > > > Add server variable debug_print_parse to log the raw parse tree (Chao Li) > > Should be debug_print_raw_parse. > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=06473f5a3 Oh, when I added an "xreflabel" I made it match the "id", but the "id" was a shorted version of the variable name. I fixed the "xreflabel" and "id" to match the variable name, which will fix the release notes. Thanks. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.