1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-08 13:44:32 +02:00

fix show-config in json format: add quotes for all values

This commit is contained in:
Anastasia 2019-01-15 14:05:40 +03:00 committed by Grigory Smolkin
parent 48959dc131
commit 1590e2d259

View File

@ -450,6 +450,6 @@ show_configure_json(ConfigOption *opt)
return;
json_add_value(&show_buf, opt->lname, value, json_level,
opt->type == 's' || opt->flags & OPTION_UNIT);
true);
pfree(value);
}