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

babelfish-for-postgresql / babelfish_extensions / 12387127657
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 18 Dec 2024 06:14AM UTC
Jobs 1
Files 115
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

18 Dec 2024 05:43AM UTC coverage: 74.814% (-0.004%) from 74.818%
12387127657

push

github

web-flow
Fix error handling for already created functions that could give syntax error in newer releases (#3247)

Our code assumes that function once created will never give syntax error. But certain fixes like 5251e4a where we disallow declaring reserved @@var, functions could have been created in earlier releases which will give syntax error while executing on a version with this commit. While throwing this syntax error at time of execution of function we have not cleaned up the contexts and aborted well which leads to a crash while executing a subsequent query.
To fix this we call terminate_batch for compile errors when we get parser syntax error.

In this PR We were crashing due to this in this action and by adding this commit we are not crashing anymore.

Issues Resolved
BABEL-5455

Signed-Off-By: Kushaal Shroff <kushaal@amazon.com>

2 of 3 new or added lines in 1 file covered. (66.67%)

2 existing lines in 1 file now uncovered.

46468 of 62111 relevant lines covered (74.81%)

162934.68 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
90.05
-0.02% contrib/babelfishpg_tsql/src/pl_handler.c

Uncovered Existing Lines

Lines Coverage ∆ File
2
76.03
-0.63% contrib/babelfishpg_tds/src/backend/tds/tdscomm.c
Jobs
ID Job ID Ran Files Coverage
1 12387127657.1 18 Dec 2024 06:14AM UTC 115
74.81
GitHub Action Run
Source Files on build 12387127657
  • Tree
  • List 115
  • Changed 48
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12387127657
  • 7d485a13 on github
  • Prev Build on BABEL_5_X_DEV (#12381310412)
  • Next Build on BABEL_5_X_DEV (#12391535909)
  • 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

© 2025 Coveralls, Inc