Re: Review: listagg aggregate - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Review: listagg aggregate
Date
Msg-id 17441.1264699473@sss.pgh.pa.us
Whole thread Raw
In response to Re: Review: listagg aggregate  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Review: listagg aggregate
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> with get_fn_expr_arg_stable() we are able to fix second parameter
> without some performance issues.

No, that will create its own performance issues ---
get_fn_expr_arg_stable isn't especially cheap.
If there were a really strong reason why we had to do it,
then I'd agree, but frankly the argument for disallowing
a variable delimiter is too thin.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Review: listagg aggregate
Next
From: Marko Tiikkaja
Date:
Subject: Re: Review: listagg aggregate