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:24
Message-ID: E1t12NB-0014aO-42@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
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/064e04008533b2b8a82b5dbff7da10abd6e41565

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

Browse pgsql-committers by date

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