Re: [PATCH] Fix jsonb comparison for raw scalar pseudo arrays

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Yan Chengpeng <chengpeng_yan(at)outlook(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Fix jsonb comparison for raw scalar pseudo arrays
Date: 2025-01-18 18:17:46
Message-ID: 2560021.1737224266@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Pushed something along these lines. In master I also added a code
> comment so nobody might be tempted to "fix" the anomaly.

There is still a commitfest entry [1] pointing at this thread.
Should it be closed as committed, or is there more to do?

regards, tom lane

[1] https://commitfest.postgresql.org/51/5394/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message 赵庭海 (庭章) 2025-01-18 19:32:19 Re:Limit length of queryies in pg_stat_statement extension
Previous Message Joe Conway 2025-01-18 17:32:10 Re: Replace current implementations in crypt() and gen_salt() to OpenSSL