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 1wV9w0-001jtE-0c for pgsql-bugs@arkaria.postgresql.org; Thu, 04 Jun 2026 15:24:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wV9vy-007FAq-1s for pgsql-bugs@arkaria.postgresql.org; Thu, 04 Jun 2026 15:24:38 +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 1wV9vy-007FAh-0Y for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 15:24:38 +0000 Received: from mail.postgrespro.ru ([93.174.132.70]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wV9vv-000000015jJ-09Gr for pgsql-bugs@lists.postgresql.org; Thu, 04 Jun 2026 15:24:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1780586671; bh=luf4ib+1N78PH532uU6ghpgoew6AQvdgaviRthaKO44=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:User-Agent: From; b=UDjNGbvAu9dbo+H7unneaUTSnWUb81guABhIj3XEFdHRo0QDhhrHFaI8BwBy7qTZg lZxgb6jhqV/B4hYjdmKuUEEjiSQix3l2HhSnQpznbNVwcb9PfnXSYzVyaGm29O2hRZ TVLOVba395DUmO3tg1LLPzk9l09OJyuA0jBhpJhHS986dY3u1bMhN2yxvr95GjU/xj wvD2es++9zeuWt7DExLmMrt3EGwg8PeYqOXJgwJp6f5MbuGcCFYxqywyxe1G2PPSjg RDQThLXyterd+q0nkp0RxQxTJaXW/+/rLOV8C5IVdFtQbb3gWEIfB1ieeCMwV0oaUp XlQpaamR+ayig== Received: from [172.30.49.238] (debian11-template.l.postgrespro.ru [192.168.2.254]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: s.shinderuk@postgrespro.ru) by mail.postgrespro.ru (Postfix/465) with ESMTPSA id 19C4160ABE for ; Thu, 4 Jun 2026 18:24:31 +0300 (MSK) Message-ID: Subject: Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse) From: Sergey Shinderuk To: pgsql-bugs@lists.postgresql.org Date: Thu, 04 Jun 2026 18:22:33 +0300 In-Reply-To: <19509-2a8a94637d323f44@postgresql.org> References: <19509-2a8a94637d323f44@postgresql.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2-0+deb13u1 MIME-Version: 1.0 X-KSMG-AntiPhishing: NotDetected, bases: 2026/06/04 12:56:00 X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 3.0.0.9059, bases: 2026/06/04 12:32:00 #28214107 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, 2026-06-04 at 14:55 +0000, PG Bug reporting form wrote: > The following bug has been logged on the website: >=20 > Bug reference:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 19509 > Logged by:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Sergey S= hinderuk > Email address:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 s.shinderuk@postgrespro.ru > PostgreSQL version: 19beta1 > Operating system:=C2=A0=C2=A0 Debian GNU/Linux 13 (trixie) > Description:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=20 >=20 > Good day, >=20 > I've found a typo in 19 beta release notes: > https://www.postgresql.org/docs/19/release-19.html#RELEASE-19-MONITORING >=20 > > Add server variable debug_print_parse to log the raw parse tree > > (Chao Li) >=20 > Should be debug_print_raw_parse. > https://git.postgresql.org/gitweb/?p=3Dpostgresql.git;a=3Dcommitdiff;h=3D= 06473f5a3 >=20 > Best regards, > Sergey >=20 Two more: > Add server-side report for SNI (Server Name Indication) (Daniel Gustafsson, Jacob Champion) s/report/support/ > Allow CREATE SCHEMA to create more types of non-schema objects (Kirill Reshke, Jian He, Tom Lane) s/non-schema/schema/