Re: Possible bug with array_agg - Mailing list pgsql-general

From Tom Lane
Subject Re: Possible bug with array_agg
Date
Msg-id 28117.1258659362@sss.pgh.pa.us
Whole thread Raw
In response to Possible bug with array_agg  (Scott Bailey <artacus@comcast.net>)
List pgsql-general
Scott Bailey <artacus@comcast.net> writes:
> On 8.4.0 I found that array_agg does not return a value when fed more
> than 12,000 values. (12,000 worked and 13,000 did not.)

What do you mean by "does not return a value"?

In general, giving a specific test case is a lot more helpful than
this sort of vague report.  Whatever you're seeing could easily
depend on the specific data you're aggregating, for example.

            regards, tom lane

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Possible bug with array_agg
Next
From: Scott Bailey
Date:
Subject: Re: Possible bug with array_agg