pgsql: Fix typo in jsonfuncs.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in jsonfuncs.c.
Date: 2021-04-08 05:00:45
Message-ID: E1lUMmb-0005SA-98@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in jsonfuncs.c.

Author: Tatsuro Yamada
Discussion: https://postgr.es/m/7c166a60-2808-6b89-9524-feefc6233748@nttcom.co.jp_1

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ffb003591ff02f59d92c36a5791307881863146

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-04-08 05:11:46 pgsql: Cope with NULL query string in ExecInitParallelPlan().
Previous Message Alvaro Herrera 2021-04-08 04:48:00 pgsql: Repair find_inheritance_children with no active snapshot