pgsql: Correctly handle NULLs in JSON output.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Correctly handle NULLs in JSON output.
Дата
Msg-id E1S0n20-0004ct-RD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correctly handle NULLs in JSON output.

Error reported by David Wheeler.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c9e5d5e0d407013bf66af01942a7b2dd3342546

Modified Files
--------------
src/backend/utils/adt/json.c |   26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Stamp 9.0.7.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix the general case of quantified regex back-references.