On Thu, Jul 13, 2023 at 1:08 PM Tom Lane <[email protected]> wrote: > Amit Langote <[email protected]> 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
