[pgpool-committers: 3952] pgpool: Add bool encode and decode functions to JSON framework for code

Muhammad Usama m.usama at gmail.com
Wed Apr 12 05:43:44 JST 2017


Add bool encode and decode functions to JSON framework for code compatibility.

The commit adds the wrapper functions for encoding and decoding the bool type
variables in JSON and brings no user visible or functionality changes. These
functions are required to keep the code compatible with other Pgpool-II branches.

Branch
------
V3_5_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=79f219aa442ea499a5bb67d722657a30a1ad7acb

Modified Files
--------------
src/include/utils/json.h        |  2 ++
src/include/utils/json_writer.h |  2 ++
src/utils/json.c                | 20 ++++++++++++++++++++
src/utils/json_writer.c         | 11 +++++++++++
4 files changed, 35 insertions(+)



More information about the pgpool-committers mailing list