Thread: pgsql: Fix typo in comment of transformJsonAggConstructor()

pgsql: Fix typo in comment of transformJsonAggConstructor()

From
Amit Langote
Date:
Fix typo in comment of transformJsonAggConstructor()

An oversight of 3a8a1f3254b.

Reported-by: Tender Wang <tndrwang@gmail.com>
Author: Tender Wang <tndrwang@gmail.com>
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c259b1578e006b2f808595fac4d8e45c5cce9d73

Modified Files
--------------
src/backend/parser/parse_expr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


Re: pgsql: Fix typo in comment of transformJsonAggConstructor()

From
Amit Langote
Date:
On Wed, Oct 16, 2024 at 8:39 PM Amit Langote <amitlan@postgresql.org> wrote:
>
> Fix typo in comment of transformJsonAggConstructor()
>
> An oversight of 3a8a1f3254b.
>
> Reported-by: Tender Wang <tndrwang@gmail.com>
> Author: Tender Wang <tndrwang@gmail.com>
> Backpatch-through: 16

Sorry, I forgot to put the Discussion link:

https://www.postgresql.org/message-id/CAHewXNkF3LSvR2nTNDVZz3_NJOHK47VO9gE9hb3OGDd_HbMraQ%40mail.gmail.com

--
Thanks, Amit Langote