Fix string comparison in jsonpath

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 251c8e39bc6b0a3ff1620d9ac10888a7660e6b88
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2019-08-12T03:26:13Z
Releases: 13.0
Fix string comparison in jsonpath

Take into account pg_server_to_any() may return input string "as is".

Reported-by: Andrew Dunstan, Thomas Munro
Discussion: https://postgr.es/m/0ed83a33-d900-466a-880a-70ef456c721f%402ndQuadrant.com
Author: Alexander Korotkov, Thomas Munro
Backpatch-through: 12

Files

PathChange+/−
src/backend/utils/adt/jsonpath_exec.c modified +29 −8

Discussion

Cited messages not in the archive: 0ed83a33-d900-466a-880a-70ef456c721f@2ndQuadrant.com