Skip to content
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

Fix EXPLAIN ANALYZE JSON format for subplans #5882

Merged
merged 1 commit into from Apr 7, 2022

Conversation

marcocitus
Copy link
Member

@marcocitus marcocitus commented Apr 6, 2022

DESCRIPTION: Fixes a bug that could cause invalid JSON when running EXPLAIN ANALYZE with subplans

Fixes #4867

@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #5882 (c082770) into master (f9bbcb8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5882   +/-   ##
=======================================
  Coverage   92.58%   92.58%           
=======================================
  Files         229      229           
  Lines       47360    47364    +4     
=======================================
+ Hits        43850    43854    +4     
  Misses       3510     3510           

@marcocitus marcocitus merged commit 67fdecf into master Apr 7, 2022
@marcocitus marcocitus deleted the marcocitus/fix-explain branch April 7, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid JSON output from Explain Analyse Format JSON with subplans
4 participants