Re: jsonpath

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Michael Paquier <michael(at)paquier(dot)xyz>, Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, David Steele <david(at)pgmasters(dot)net>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: jsonpath
Date: 2019-03-18 19:08:19
Message-ID: 23865.1552936099@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just another minor bitch about this patch: jsonpath_scan.l has introduced
a typedef called "keyword". This is causing pgindent to produce seriously
ugly results in libpq, and probably in other places where that is used as
a field or variable name. Please rename that typedef to something less
generic.

regards, tom lane

In response to

Responses

  • Re: jsonpath at 2019-03-18 19:49:46 from Alexander Korotkov

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-18 19:08:49 Re: Row Level Security − leakproof-ness and performance implications
Previous Message Julien Rouhaud 2019-03-18 18:33:42 Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?