pgsql: Teach jsonpath string() to unwrap in lax mode

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Teach jsonpath string() to unwrap in lax mode
Date: 2024-06-17 14:38:55
Message-ID: E1sJDVW-001twu-W9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teach jsonpath string() to unwrap in lax mode

This was an ommission in commit 66ea94e, and brings it into compliance
with both other methods and the standard.

Per complaint from David Wheeler.

Author: David Wheeler, Jeevan Chalke
Reviewed-by: Chapman Flack

Discussion: https://postgr.es/m/A64AE04F-4410-42B7-A141-7A7349260F4D@justatheory.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/653d3969bb013f14c4a6884a253ad9676caf8166

Modified Files
--------------
doc/src/sgml/func.sgml | 5 ++++-
src/backend/utils/adt/jsonpath_exec.c | 3 +++
src/test/regress/expected/jsonb_jsonpath.out | 12 +++++++++++-
src/test/regress/sql/jsonb_jsonpath.sql | 1 +
4 files changed, 19 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-06-17 17:01:02 pgsql: Improve tracking of role dependencies of pg_init_privs entries.
Previous Message Peter Eisentraut 2024-06-17 10:16:20 pgsql: pg_createsubscriber: Remove failover replication slots on subscr