pgsql: Fix string comparison in jsonpath

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix string comparison in jsonpath
Дата
Msg-id E1hx0zi-0006VC-Tq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/251c8e39bc6b0a3ff1620d9ac10888a7660e6b88

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c | 37 +++++++++++++++++++++++++++--------
1 file changed, 29 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Adjust string comparison in jsonpath
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix string comparison in jsonpath