pgsql: Minor fixes for hstore_to_json_loose().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Minor fixes for hstore_to_json_loose().
Дата
Msg-id E1UGCJn-0006Y3-Pa@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Minor fixes for hstore_to_json_loose().

Fix unportable use of isdigit(), get rid of useless calculations.

Branch
------
master

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

Modified Files
--------------
contrib/hstore/hstore_io.c |    7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid inserting Result nodes that only compute identity projecti
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Also update psqlscan.l with the UESCAPE error rule changes.