Re: [PATCH] Add error_on_null() to produce an error if the input is null
Joel Jacobson <joel@compiler.org>
From: "Joel Jacobson" <joel@compiler.org>
To: "Vik Fearing" <vik@postgresfriends.org>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-31T14:10:41Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Bump catalog version for new function error_on_null()
- 2519fa836235 19 (unreleased) landed
-
Add error_on_null(), checking if the input is the null value
- 2b75c38b707a 19 (unreleased) landed
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 where I can make that > official? Yes: https://commitfest.postgresql.org/patch/6017/ /Joel