Re: BUG #18843: ERROR: Input of anonymous composite types is not implemented in array_agg function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: olgaantonova2(dot)0(at)yandex(dot)ru
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18843: ERROR: Input of anonymous composite types is not implemented in array_agg function
Date: 2025-03-13 14:43:04
Message-ID: 2705823.1741876984@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> How to reproduce the problem:
> 1. Generate test data by pgbench with scale_factor 10
> pgbench -i -s 10 -U postgres -p 5434 -d test
> 2. Run query in test database
> select bid, array_agg(ROW(aid,abalance)) from pgbench_accounts group by
> bid;

This is presumably the same issue recently reported at

https://postgr.es/m/flat/atLI5Kce2ie1zcYjU0w_kjtVaxiYbYGTihrkLDmGZQnRDD4pnXukIATaABbnIj9pUnelC4ESvCXMm4HAyHg-v61XABaKpERj0A2IXzJZM7g=(at)dineserve(dot)com

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dean Rasheed 2025-03-13 15:10:58 Re: Attribute of type record has wrong type error with MERGE ... WHEN NOT MATCHED BY SOURCE THEN DELETE
Previous Message Dean Rasheed 2025-03-13 14:42:10 Re: BUG #18830: ExecInitMerge Segfault on MERGE