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:
parent
48959dc131
commit
1590e2d259
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user