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 2025-01-28 22:34:37 (22 hours, 57 minutes ago)
Latest email 2025-01-27 13:58:05 (2 days, 7 hours ago)
Status
2025-01: Committed
2024-11: Moved to next CF
2024-09: Moved to next CF
Target version
Authors Tom Lane (tgl)
Reviewers Become reviewer
Committer Tom Lane (tgl)
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 2025-01-27 13:58:05 by Maxim Orlov <orlovmg at gmail.com>
Latest attachment (v2-0002-Make-jsonb-cast-to-text-translate-JSON-null-to-SQ.patch) at 2025-01-24 19:20:34 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (v2-0002-Make-jsonb-cast-to-text-translate-JSON-null-to-SQ.patch) at 2025-01-24 19:20:34 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    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
2025-01-28 22:34:37 Tom Lane (tgl) Closed in commitfest 2025-01 with status: Committed
2025-01-28 22:34:37 Tom Lane (tgl) Changed committer to tgl
2024-12-11 00:19:54 Michael Paquier (michael-kun) Closed in commitfest 2024-11 with status: Moved to next CF
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