fix(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.13 in the sbt-patch group#6709
fix(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.13 in the sbt-patch group#6709dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the sbt-patch group with 1 update: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.13 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.13) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sbt-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Automated Reviewer SuggestionsBased on the
|
|
| config | throughput | MB/s | latency | max Δ latest / 7d | |
|---|---|---|---|---|---|
| 🔴 | bs=10 sw=10 sl=64 | 371 | 0.226 | 27,092/33,513/33,513 us | 🔴 +17.2% / 🔴 +114.0% |
| 🔴 | bs=100 sw=10 sl=64 | 916 | 0.559 | 107,658/130,143/130,143 us | 🔴 +5.2% / 🔴 +23.9% |
| ⚪ | bs=1000 sw=10 sl=64 | 1,060 | 0.647 | 943,573/1,020,095/1,020,095 us | ⚪ within ±5% / ⚪ within ±5% |
Baseline details
Latest main d444fe0 from same runner
| config | metric | PR | latest main | 7d avg | Δ latest | Δ 7d |
|---|---|---|---|---|---|---|
| bs=10 sw=10 sl=64 | throughput | 371 tuples/sec | 405 tuples/sec | 769.76 tuples/sec | -8.4% | -51.8% |
| bs=10 sw=10 sl=64 | MB/s | 0.226 MB/s | 0.247 MB/s | 0.47 MB/s | -8.5% | -51.9% |
| bs=10 sw=10 sl=64 | p50 | 27,092 us | 23,118 us | 12,663 us | +17.2% | +114.0% |
| bs=10 sw=10 sl=64 | p95 | 33,513 us | 36,970 us | 15,813 us | -9.3% | +111.9% |
| bs=10 sw=10 sl=64 | p99 | 33,513 us | 36,970 us | 19,001 us | -9.3% | +76.4% |
| bs=100 sw=10 sl=64 | throughput | 916 tuples/sec | 959 tuples/sec | 1,009 tuples/sec | -4.5% | -9.3% |
| bs=100 sw=10 sl=64 | MB/s | 0.559 MB/s | 0.585 MB/s | 0.616 MB/s | -4.4% | -9.3% |
| bs=100 sw=10 sl=64 | p50 | 107,658 us | 103,791 us | 99,444 us | +3.7% | +8.3% |
| bs=100 sw=10 sl=64 | p95 | 130,143 us | 123,665 us | 105,012 us | +5.2% | +23.9% |
| bs=100 sw=10 sl=64 | p99 | 130,143 us | 123,665 us | 116,467 us | +5.2% | +11.7% |
| bs=1000 sw=10 sl=64 | throughput | 1,060 tuples/sec | 1,072 tuples/sec | 1,044 tuples/sec | -1.1% | +1.5% |
| bs=1000 sw=10 sl=64 | MB/s | 0.647 MB/s | 0.654 MB/s | 0.637 MB/s | -1.1% | +1.5% |
| bs=1000 sw=10 sl=64 | p50 | 943,573 us | 930,884 us | 964,034 us | +1.4% | -2.1% |
| bs=1000 sw=10 sl=64 | p95 | 1,020,095 us | 987,361 us | 1,007,497 us | +3.3% | +1.3% |
| bs=1000 sw=10 sl=64 | p99 | 1,020,095 us | 987,361 us | 1,040,936 us | +3.3% | -2.0% |
Raw CSV
config_idx,batch_size,schema_width,string_len,num_batches,total_ms,total_tuples,total_bytes,tuples_per_sec,mb_per_sec,lat_p50_us,lat_p95_us,lat_p99_us
0,10,10,64,20,539.19,200,128000,371,0.226,27091.91,33513.41,33513.41
1,100,10,64,20,2183.18,2000,1280000,916,0.559,107657.82,130142.75,130142.75
2,1000,10,64,20,18874.11,20000,12800000,1060,0.647,943572.56,1020095.03,1020095.03There was a problem hiding this comment.
Pull request overview
This PR updates the PostgreSQL JDBC driver version used in the sbt build (specifically in project/plugins.sbt, where it’s used for jOOQ code generation).
Changes:
- Bump
org.postgresql:postgresqlfrom42.7.4to42.7.13inproject/plugins.sbt.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| // returns JDBC-spec uppercase metadata column labels (KEY_SEQ) that jOOQ 3.19.x's | ||
| // PostgresDatabase.loadForeignKeys can't read (it looks up lowercase key_seq), | ||
| // breaking JOOQ code generation. Fixed only in jOOQ 3.20+ (jOOQ/jOOQ#17873); jOOQ | ||
| // is capped at 3.19.36 here (the last Java-17 release), so keep this driver pinned. | ||
| "org.postgresql" % "postgresql" % "42.7.4" | ||
| "org.postgresql" % "postgresql" % "42.7.13" |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6709 +/- ##
=========================================
Coverage 74.73% 74.73%
Complexity 3450 3450
=========================================
Files 1160 1160
Lines 45793 45793
Branches 5069 5069
=========================================
Hits 34225 34225
Misses 9923 9923
Partials 1645 1645
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Yicong-Huang
left a comment
There was a problem hiding this comment.
I will rely on CI for this one.
Bumps the sbt-patch group with 1 update: org.postgresql:postgresql.
Updates
org.postgresql:postgresqlfrom 42.7.4 to 42.7.13Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
... (truncated)
Commits
3297557docs: add 42.7.13 release changelog (#4270)d93d370style: apply Autostyle to docs/ and .github/2e05ff9build: check docs/ and .github/ formatting with Autostyleb4a6087Adjust EditorConfig für Makefiles725cebbfix(jdbc): reject empty timestamp/timestamptz text with a clear error23a1b0dfix(scram): fail closed on channel-binding downgrade (no scram bump)0b4077aBump pgjdbc version from 42.7.12 to 42.7.13 (#4269)394800afix: flush LargeObject output stream before marking closed (#4248)83780f1Maintain consistency with the use of the word maintainer vs comitter (#4234)d42cad5fix(jdbc): classify updatable result set by search_path visibilityDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions