Merged
Conversation
artemgavrilov
commented
May 9, 2024
artemgavrilov
commented
May 9, 2024
ed6b2bd to
9d8b072
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #463 +/- ##
==========================================
+ Coverage 84.56% 84.82% +0.26%
==========================================
Files 3 3
Lines 1270 1292 +22
Branches 196 196
==========================================
+ Hits 1074 1096 +22
- Misses 98 99 +1
+ Partials 98 97 -1 ☔ View full report in Codecov by Sentry. |
This reverts commit 3e91da8.
Contributor
Author
|
@codeforall Please check last commit. It restores/fixed previous behavior for PG less than 17 because nesting level fix should not be back-ported (similar to pg_stat_statements). |
codeforall
approved these changes
Jun 20, 2024
artemgavrilov
commented
Jul 2, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PG-810
Full PG17 diff: postgres/postgres@REL_16_STABLE...REL_17_BETA2
Docs about
pg_stat_statementsfields: https://www.postgresql.org/docs/17/pgstatstatements.htmlAddressed changes:
blk_read_timeandblk_write_timetoshared_blk_read_timeandshared_blk_write_timepostgres/postgres@13d0072
local_blk_read_timeandlocal_blk_write_timepostgres/postgres@5147ab1
postgres/postgres@75680c3
jit_deform_timeandjit_deform_countpostgres/postgres@5a3423a
stats_sinceandminmax_stats_sincepostgres/postgres@dc9f8a7
https://www.postgresql.org/message-id/flat/72e80e7b160a6eb189df9ef6f068cce3765d37f8.camel%40moonset.ru
postgres/postgres@76db9cb
Added code was formatted with
pgindent