Draft back-branch release notes are up

Started by Tom Laneabout 3 years ago5 messages
#1Tom Lane
tgl@sss.pgh.pa.us

I committed draft release notes at

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=bc62182f0afe6b01fec45b8d26df03fc9de4599a

Please send comments/corrections by Sunday.

regards, tom lane

#2Justin Pryzby
pryzby@telsasoft.com
In reply to: Tom Lane (#1)
Re: Draft back-branch release notes are up

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Justin Pryzby (#2)
Re: Draft back-branch release notes are up

Justin Pryzby <pryzby@telsasoft.com> writes:

+      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 ?

Done, thanks.

regards, tom lane

#4Jonathan S. Katz
jkatz@postgresql.org
In reply to: Tom Lane (#3)
Re: Draft back-branch release notes are up

On 11/6/22 11:14 AM, Tom Lane wrote:

Justin Pryzby <pryzby@telsasoft.com> writes:

+      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 ?

Done, thanks.

Hopefully not too late, but I noticed

Fix CREATE DATABASE to allow its oid parameter to exceed 231

which should be 2^31 according to 2c6d4365

Thanks,

Jonathan

#5Jonathan S. Katz
jkatz@postgresql.org
In reply to: Jonathan S. Katz (#4)
Re: Draft back-branch release notes are up

On 11/7/22 10:30 AM, Jonathan S. Katz wrote:

On 11/6/22 11:14 AM, Tom Lane wrote:

Justin Pryzby <pryzby@telsasoft.com> writes:

+      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 ?

Done, thanks.

Hopefully not too late, but I noticed

Fix CREATE DATABASE to allow its oid parameter to exceed 231

which should be 2^31 according to 2c6d4365

Oh ignore, I had a copy-and-paste error into my plaintext editor.

Thanks,

Jonathan