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

babelfish-for-postgresql / babelfish_extensions / 28820267910
78%
BABEL_6_X_DEV: 78%

Build:
Build:
LAST BUILD BRANCH: BABEL_5_X_DEV
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 06 Jul 2026 08:54PM UTC
Jobs 1
Files 128
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

06 Jul 2026 08:14PM UTC coverage: 77.622% (+0.2%) from 77.445%
28820267910

push

github

web-flow
[Insert Exec Redesign] Remove legacy tuple-store INSERT EXEC path (#4883)

Babelfish carried two parallel INSERT EXEC implementations gated by the
enable_new_insert_exec GUC. The redesigned DestReceiver/temp-table path
(PR0–PR4, #4780–#4847) has proven stable, so this commit removes the
original tuple-store approach and the GUC entirely, leaving a single
code path.

This drops the GUC, the per-estate insert_exec flag, the legacy grammar
rules that fed InsertStmt.execStmt, the tuplestore drain logic in
exec_stmt_exec and pltsql_inline_handler, the called_from_tsql_insert_exec
hook function, and the cross-database schema rewriting for execStmt. The
DestReceiver is also optimized to hold the temp buffer table open for the
lifetime of a result set rather than reopening it per tuple.

Task: BABEL-5522

Authored By: Arvind Sharma arvshaa@amazon.com
Co-author: Rucha Kulkarni <ruchask@amazon.com>

23 of 23 new or added lines in 6 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

55946 of 72075 relevant lines covered (77.62%)

389514.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
82.46
2.43% contrib/babelfishpg_tsql/src/pl_exec-2.c
Jobs
ID Job ID Ran Files Coverage
1 28820267910.1 06 Jul 2026 08:53PM UTC 128
77.62
GitHub Action Run
Source Files on build 28820267910
  • Tree
  • List 128
  • Changed 11
  • Source Changed 11
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28820267910
  • 81f88f02 on github
  • Prev Build on BABEL_5_X_DEV (#28241660996)
  • 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