• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 22303618697
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: Babel6272-fix
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 23 Feb 2026 11:51AM UTC
Jobs 1
Files 120
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Feb 2026 11:10AM UTC coverage: 76.316% (+0.006%) from 76.31%
22303618697

push

github

web-flow
[OSS-ONLY] fix: Replace query parameters with constants in generic plan qual clause (#4530) (#4590)

Multiple JDBC tests fail when plan_cache_mode is set to force_generic_plan.
Parameters in WHERE clauses should be evaluated once per query and treated
as constants, while parameters in SELECT clauses should be evaluated per row
as dynamic values. However, generic plans do not receive bound parameters
during planning, so Param nodes in qualifiers are not replaced with Const
nodes by eval_const_expressions. This causes parameters to be fetched
dynamically for each row instead of being evaluated once at execution start,
leading to incorrect query results.

To fix this, copy the plannedstmt and replace Param nodes with Const nodes
in plan qualifiers at ExecutorStart before execution.

Task: BABEL-5942

Authored-by: Saurav Samantaray <sauravay@amazon.com>

77 of 103 new or added lines in 1 file covered. (74.76%)

2 existing lines in 1 file now uncovered.

50787 of 66548 relevant lines covered (76.32%)

404478.61 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
26
86.06
-0.36% contrib/babelfishpg_tsql/src/hooks.c

Uncovered Existing Lines

Lines Coverage ∆ File
2
72.43
-0.4% contrib/babelfishpg_tds/src/backend/tds/tdsutils.c
Jobs
ID Job ID Ran Files Coverage
1 22303618697.1 23 Feb 2026 11:51AM UTC 120
76.32
GitHub Action Run
Source Files on build 22303618697
  • Tree
  • List 120
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22303618697
  • b949d66c on github
  • Prev Build on BABEL_4_X_DEV (#21984861942)
  • Next Build on BABEL_4_X_DEV (#22304166897)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc