Re: pgsql: Pass constructName to transformJsonValueExpr()

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Amit Langote <amitlan(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Pass constructName to transformJsonValueExpr()
Date: 2023-07-13 13:41:14
Message-ID: CA+HiwqH1iDz+Q6wPqT9a7MfY4SYz24z3GKgHrY9_LnUzVPS2MA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Jul 13, 2023 at 1:08 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Amit Langote <amitlan(at)postgresql(dot)org> writes:
> > Pass constructName to transformJsonValueExpr()
>
> Surely "char *constructName" should be "const char *constructName"?

Right you are. Fixed.

--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-07-13 17:08:54 pgsql: Remove unnecessary pfree() in g_intbig_compress().
Previous Message Amit Langote 2023-07-13 13:39:10 pgsql: Add missing const qualifier