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

babelfish-for-postgresql / babelfish_extensions / 21112193251 / 1
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: babel-6223_5_5_stable
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 18 Jan 2026 01:39PM UTC
Files 120
Run time 4s
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

18 Jan 2026 01:04PM UTC coverage: 75.865% (+0.01%) from 75.854%
21112193251.1

push

github

web-flow
Fix: Crash when dropping table variable related temp tables due to being in PG dialect (#4410) (#4455)

In BABEL-6227, nested calls corrupted the dialect to 'postgres' causing
table variable temp table cleanup to fail. In BABEL-6239, nested calls left
the dialect as 'postgres' causing subsequent TSQL queries to be parsed
with the wrong parser.

This is because of using both direct assignment and set_config_option()
function together in a nested call stack. The set_config_option() function
is PGs GUC setting infrastructure which internally maintains a prev value
stack. This does not work well, if caller functions have used direct
assignment instead because it would mean that the value does not get
registered in the internal GUC stack, leading to restoration of incorrect
value for sql_dialect.

The fix for this is to use direct assignment in the culprit function which
is using set_config_option. Previously, we've made the decision to use
direct assignment instead of set_config because of perf related issues.

Task - BABEL-6227 & BABEL-6239


(cherry picked from commit 67248ef01)

Signed-off-by: Ayush Shah <ayushdsh@amazon.com>

50111 of 66053 relevant lines covered (75.86%)

394481.46 hits per line

Source Files on job 21112193251.1
  • Tree
  • List 120
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21112193251
  • 39915379 on github
  • Prev Job for on BABEL_4_8_STABLE (#21089868554.1)
  • Next Job for on BABEL_4_8_STABLE (#21282548085.1)
  • 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