pgsql: Minor jsonpath fixes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor jsonpath fixes.
Date: 2019-04-17 17:37:05
Message-ID: E1hGoUb-000418-L0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor jsonpath fixes.

Restore missed "make clean" rule, fix misspelling.

John Naylor

Discussion: https://postgr.es/m/CACPNZCt5B8jDCCGQiFoSuqmg-za_NCy4QDioBTLaNRih9+-bXg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b4f96d69ad197731c1f5b959e1234c9ba3517ecb

Modified Files
--------------
src/backend/utils/adt/Makefile | 4 +++-
src/backend/utils/adt/jsonpath_scan.l | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-17 21:06:57 pgsql: Fix assorted minor bogosity in GSSAPI transport error messages.
Previous Message Magnus Hagander 2019-04-17 11:55:14 pgsql: Return NULL for checksum failures if checksums are not enabled