Re: Draft back-branch release notes are up - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Draft back-branch release notes are up
Date
Msg-id 20221104172825.GC16921@telsasoft.com
Whole thread Raw
In response to Draft back-branch release notes are up  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Draft back-branch release notes are up
List pgsql-hackers
On Fri, Nov 04, 2022 at 12:47:40PM -0400, Tom Lane wrote:
> I committed draft release notes at
> 
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=bc62182f0afe6b01fec45b8d26df03fc9de4599a

+      Fix planner failure with extended statistics on partitioned tables
+      (Richard Guo, Justin Pryzby)

This can also happen with inheritance tables.

+      Add missing guards for NULL connection pointer

Maybe should be <literal>NULL or <symbol>NULL ?

-- 
Justin



pgsql-hackers by date:

Previous
From: Gurjeet Singh
Date:
Subject: pg_reload_conf() synchronously
Next
From: Sandro Santilli
Date:
Subject: Re: [PATCH] Support % wildcard in extension upgrade filenames