PG Bug reporting form <noreply@postgresql.org> writes:
> The following bug has been logged on the website:
> Bug reference: 19433
> Logged by: chunling qin
> Email address: 303677365@qq.com
> PostgreSQL version: 15.0
> Operating system: centos
It is not helpful to send us inaccurate bug reports against old
versions of Postgres, especially old development versions.
In this case, your report of "15.0" is incorrect, and so is this:
> | PostgreSQL Version | 15devel (development build) |
> | Commit | 7103ebb7aa |
How do I know? Because json_object_agg_unique() didn't exist
before v16.
You're wasting our time and yours by sending such inaccurate
and outdated reports. Please make sure that bug reports
can be reproduced against latest Postgres release versions or
very recent master branch.
regards, tom lane