Casts from jsonb to other types should cope with json null

Edit
ID 5152
Title Casts from jsonb to other types should cope with json null
Topic Miscellaneous
Created 2024-08-03 20:13:47
Last modified 2024-10-04 19:12:38 (1 month, 2 weeks ago)
Latest email 2024-08-03 20:10:13 (3 months, 2 weeks ago)
Status
2024-11: Needs review
2024-09: Moved to next CF
Target version
Authors Tom Lane (tgl)
Reviewers Become reviewer
Committer
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/5152
git checkout commitfest/cf/5152
Emails
Casts from jsonb to other types should cope with json null
First at 2024-08-01 22:51:57 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2024-08-03 20:10:13 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (v1-0001-Make-jsonb-casts-to-scalar-types-translate-JSON-n.patch) at 2024-08-03 20:10:13 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (v1-0001-Make-jsonb-casts-to-scalar-types-translate-JSON-n.patch) at 2024-08-03 20:10:13 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (poc-allow-casting-jsonb-nulls.patch) at 2024-08-01 22:51:57 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2024-10-04 19:12:38 Tom Lane (tgl) Closed in commitfest 2024-09 with status: Moved to next CF
2024-08-03 20:13:55 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2024-08-03 20:13:47 Tom Lane (tgl) Attached mail thread 3851203.1722552717@sss.pgh.pa.us
2024-08-03 20:13:47 Tom Lane (tgl) Created patch record
Edit