Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.65.24 16823

function @1@ must accept VARIADIC ANY to be used in this aggregate

[Description]

If the agg is declared to take VARIADIC ANY, the underlying functionshad better be declared that way too, else they may receive too manyparameters; but func_get_detail would have been happy with plain ANY.

[System Processing]

Processing will be aborted.

[Action]

To investigate the cause of the occurrence from the message, and remove cause.