-
Notifications
You must be signed in to change notification settings - Fork 900
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
PG16: Regression Tests #6139
PG16: Regression Tests #6139
Conversation
73ca1af
to
1302e30
Compare
d46077a
to
ba1629f
Compare
Codecov Report
@@ Coverage Diff @@
## main #6139 +/- ##
==========================================
+ Coverage 81.40% 81.43% +0.03%
==========================================
Files 246 246
Lines 56977 56932 -45
Branches 12626 12607 -19
==========================================
- Hits 46381 46363 -18
+ Misses 8214 8165 -49
- Partials 2382 2404 +22
... and 44 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ba1629f
to
dfdb2c8
Compare
@nikkhils, @svenklemm: please review this pull request.
|
2429117
to
39422a6
Compare
Added missing template output tests and also converted others to template due to output changes.
39422a6
to
272d938
Compare
Heap Fetches: 1 | ||
(19 rows) | ||
|
||
-- test constants in ORDER BY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, PG 16 does not use the SkipScan node for the following query. Instead, an Index Scan is used. Might be worth checking if this is just a cost-based decision or if the path is not generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch ... will merge this PR and investigate it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, rest looks good to me
Seems there was some leftovers from timescale#6139 do be fixed.
Seems there was some leftovers from #6139 do be fixed.
Seems there was some leftovers from timescale#6139 do be fixed.
Seems there was some leftovers from timescale#6139 do be fixed.
Added missing template output tests and also converted others to
template due to output changes.
Disable-check: force-changelog-file