Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions - Mailing list pgsql-hackers

From jian he
Subject Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Date
Msg-id CACJufxFpyVfbUfWWTA4osVSy7fhNC4H+LzxRLFS65Z+9na4thg@mail.gmail.com
Whole thread Raw
In response to Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions  (Vik Fearing <vik@postgresfriends.org>)
Responses Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
List pgsql-hackers
On Fri, Apr 3, 2026 at 12:03 AM Vik Fearing <vik@postgresfriends.org> wrote:
>
> Did you see on Discord that I am submitting a bug fix for this paper? I originally took the syntax from json but it
special-casesNULL and can't handle <empty specification>, so I want to remove `NULL ON CONVERSION ERROR` and switch the
DEFAULTclause to <implicitly typed value specification>. 
>
> I am attaching it here in case you missed it.
> --
>
> Vik Fearing

The attached v29 removed `NULL ON CONVERSION ERROR`.
Other than that, everything is the same as v28.



--
jian
https://www.enterprisedb.com/

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: LLVM 22
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: [WIP] Pipelined Recovery