pgsql: Revert "Reorganise jsonpath operators and methods"

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Revert "Reorganise jsonpath operators and methods"
Дата
Msg-id E1rL7VF-00DKb1-QN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Reorganise jsonpath operators and methods"

This reverts commit 283a95da923605c1cc148155db2d865d0801b419.

The reordering of JsonPathItemType affects the binary on-disk
compatibility of the jsonpath type, so we must not change it.  Revert
for now and consider.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0958f8f6bf60639a1d22d78d5b49a6092b11833d

Modified Files
--------------
doc/src/sgml/func.sgml                | 24 +++++-----
src/backend/utils/adt/jsonpath.c      | 82 +++++++++++++++++------------------
src/backend/utils/adt/jsonpath_exec.c | 78 ++++++++++++++++-----------------
src/backend/utils/adt/jsonpath_gram.y | 22 +++++-----
src/include/utils/jsonpath.h          | 25 ++++-------
5 files changed, 112 insertions(+), 119 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: Python's control flow construct is try/except not try/catch
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Second attempt at organizing jsonpath operators and methods