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 1wVAL8-001kFU-21 for pgsql-bugs@arkaria.postgresql.org; Thu, 04 Jun 2026 15:50:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wVAL7-007RRi-1v for pgsql-bugs@arkaria.postgresql.org; Thu, 04 Jun 2026 15:50:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wV9UP-0073ae-29 for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 14:56:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wV9UN-00000001Fwf-0mED for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 14:56:09 +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=nK+WYfx80TyDDZY+dqR3S/OysdoQg0Yc0dkL0l/79n0=; b=qt0Ddm+XSgJJ0DyX3gxk8G1EsI feJVpnYwd1g2IluqUEGF7MCzub0MmRjPzT7BwjqIPP124lsazFbmX0aViNxLkRQP0VCV4G4PyhbhX 4/Ks6C7k6+aZfIu7TGRJ6+APN8n9SB8JxAykotv/jaBKzZO/XbpvlEdi3K/pmIzxMyXz1eGYtfmwu P09gM9LcxOJPTDykFZnkEYKSzrOkpYT5efIU1eXzkIHlb33fm84i7Ncifxle/Lp/k/4XYEkecUZ+B zW+q5l0atwdeEPiWXRsELzBtZoe1OmS+wl+58VGXZdhwplA0bhMYd2AcaZKEeh0ynja/wzaR8THVD Po/WE0xg==; 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 1wV9UK-003K4t-1s for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 14:56:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wV9UJ-007eRV-0n for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 14:56:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: BUG #19509: Typo in 19 beta release notes (debug_print_parse) To: pgsql-bugs@lists.postgresql.org From: PG Bug reporting form Cc: s.shinderuk@postgrespro.ru Reply-To: s.shinderuk@postgrespro.ru, pgsql-bugs@lists.postgresql.org Date: Thu, 04 Jun 2026 14:55:31 +0000 Message-ID: <19509-2a8a94637d323f44@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: 19509 Logged by: Sergey Shinderuk Email address: s.shinderuk@postgrespro.ru PostgreSQL version: 19beta1 Operating system: Debian GNU/Linux 13 (trixie) Description: =20 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=3Dpostgresql.git;a=3Dcommitdiff;h=3D06= 473f5a3 Best regards, Sergey