Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse) - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse)
Date
Msg-id aiGmx5xUVct99gG8@momjian.us
Whole thread
In response to BUG #19509: Typo in 19 beta release notes (debug_print_parse)  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
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  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Do not let urgent matters crowd out time for investment in the future.



pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #19509: Typo in 19 beta release notes (debug_print_parse)
Next
From: Michael Paquier
Date:
Subject: Re: Fw: Re: heap_force_common in contrib/pg_surgery/heap_surgery.c has an off by one stack buffer overflow