On 31/08/2025 16:10, Joel Jacobson wrote:
Does it have a commitfest entry where I can make that
official?
Yes:https://commitfest.postgresql.org/patch/6017/
Thank you. Updated.
--
Vik Fearing
On Sun, Aug 31, 2025, at 15:54, Vik Fearing wrote:
> On 31/08/2025 10:04, Joel Jacobson wrote:
>> Thanks for great feedback. New patch attached.
>
>
> This new patch resolves all of my concerns and I think it is ready for
> committer.
Thanks for reviewing.
> Does it have a commitfest entry wher
On 31/08/2025 10:04, Joel Jacobson wrote:
Thanks for great feedback. New patch attached.
This new patch resolves all of my concerns and I think it is ready for
committer. Does it have a commitfest entry where I can make that official?
--
Vik Fearing
On Sat, Aug 30, 2025, at 18:38, Tom Lane wrote:
> Vik Fearing writes:
>> On 30/08/2025 13:49, Joel Jacobson wrote:
>>> This polymorphic function produces an error if the input value is null,
>>> otherwise it returns the input value unchanged.
>
>> This only checks for the null value. I don't thin
Vik Fearing writes:
> On 30/08/2025 13:49, Joel Jacobson wrote:
>> This polymorphic function produces an error if the input value is null,
>> otherwise it returns the input value unchanged.
> This only checks for the null value. I don't think we need to change
> the function's name, but we do n
On 30/08/2025 13:49, Joel Jacobson wrote:
Dear fellow hackers,
This polymorphic function produces an error if the input value is null,
otherwise it returns the input value unchanged.
This only checks for the null value. I don't think we need to change
the function's name, but we do need t