-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core APIs migration #463
Comments
Deque, ART and json are imported. I didn't replace cJSON in management.c to avoid breaking stuff. But it can be removed once management is refactored. What were once in json.c/h are move to management.c as static functions since they are only used there. I'll keep this issue open, so any questions just let me know. |
Note that we found a small bug about indentation when printing in text format. It's fixed but I want to watch for a while in case something else comes up. If you are interested, check out pgmoneta#380. We try to make the text format yaml-like but it turns out to be a little harder than json. |
Introduce value system, migrate JSON, deque and ART from pgmoneta.
The text was updated successfully, but these errors were encountered: