Re: BUG #19409: Function jsonb_strip_nulls() changed from immutable to stable.
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: lucio.chiessi@trustly.com, pgsql-bugs@lists.postgresql.org,
Florents Tselai <florents.tselai@gmail.com>
Date: 2026-02-18T18:05:33Z
Lists: pgsql-bugs
On 2026-02-17 Tu 4:55 PM, Tom Lane wrote: > Andrew Dunstan <andrew@dunslane.net> writes: >> In view of later discussions, fixing master seems pointless, as that >> code is going away. When it does we should do a catversion bump. >> So I'm just planning to patch v18 now. > Makes sense. > > Done. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Simplify creation of built-in functions with default arguments.
- 759b03b24ce9 19 (unreleased) landed
-
Fix the volatility setting of json{b}_strip_nulls
- 2f6ee7b389c2 18.3 landed