On 11/6/22 11:14 AM, Tom Lane wrote:
> Justin Pryzby <pryzby(at)telsasoft(dot)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