pgsql: Fix typo in comment of transformJsonAggConstructor()

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment of transformJsonAggConstructor()
Date: 2024-10-16 11:39:38
Message-ID: E1t12NP-0014b0-4h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment of transformJsonAggConstructor()

An oversight of 3a8a1f3254b.

Reported-by: Tender Wang <tndrwang(at)gmail(dot)com>
Author: Tender Wang <tndrwang(at)gmail(dot)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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-10-16 11:41:34 Re: pgsql: Fix typo in comment of transformJsonAggConstructor()
Previous Message Amit Langote 2024-10-16 11:39:24 pgsql: Fix typo in comment of transformJsonAggConstructor()