pgsql: Remove unnecessary check for jbvBinary in convertJsonbValue.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Remove unnecessary check for jbvBinary in convertJsonbValue.
Дата
Msg-id E1WxPLY-0007bv-SN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unnecessary check for jbvBinary in convertJsonbValue.

The check was confusing and is a condition that should never in fact
happen.

Per gripe from Dmitry Dolgov.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a6896e00058c55692347f898a9bc2a2974520df8

Modified Files
--------------
src/backend/utils/adt/jsonb_util.c |    9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Remove unnecessary check for jbvBinary in convertJsonbValue.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve our mechanism for controlling the Linux out-of-memory ki