Re: BUG #18843: ERROR: Input of anonymous composite types is not implemented in array_agg function - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18843: ERROR: Input of anonymous composite types is not implemented in array_agg function
Date
Msg-id 2705823.1741876984@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18843: ERROR: Input of anonymous composite types is not implemented in array_agg function  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.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=@dineserve.com

            regards, tom lane



pgsql-bugs by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: BUG #18830: ExecInitMerge Segfault on MERGE
Next
From: Dean Rasheed
Date:
Subject: Re: Attribute of type record has wrong type error with MERGE ... WHEN NOT MATCHED BY SOURCE THEN DELETE