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

babelfish-for-postgresql / babelfish_extensions / 15040063395
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 15 May 2025 08:52AM UTC
Jobs 1
Files 119
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

15 May 2025 08:16AM UTC coverage: 75.343% (+0.006%) from 75.337%
15040063395

push

github

web-flow
Reimplement ISNUMERIC() function in C language to improve performance (#3739)

To improve the performance of queries with ISNUMERIC() predicates, this commit
reimplements the ISNUMERIC() function from PL/pgSQL to C language. The new implementation
uses InputFunctionCallSafe for safer and more efficient type checking and conversion.

Additionally, the money data type's input function has been updated to report
invalid input as a "soft" error for InputFunctionCallSafe, avoiding unnecessary transaction aborts.
This commit also changes the ISNUMERIC() function attributes to IMMUTABLE and
PARALLEL SAFE for better query optimisation opportunities.

Task : BABEL-5696
Signed-off-by: Sumit Jaiswal <sumiji@amazon.com>

56 of 61 new or added lines in 2 files covered. (91.8%)

6 existing lines in 2 files now uncovered.

48551 of 64440 relevant lines covered (75.34%)

297509.8 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
83.95
0.3% contrib/babelfishpg_tsql/runtime/functions.c
4
70.21
0.08% contrib/babelfishpg_money/fixeddecimal.c

Uncovered Existing Lines

Lines Coverage ∆ File
2
76.03
-0.63% contrib/babelfishpg_tds/src/backend/tds/tdscomm.c
4
84.51
-0.56% contrib/babelfishpg_common/src/varchar.c
Jobs
ID Job ID Ran Files Coverage
1 15040063395.1 15 May 2025 08:52AM UTC 119
75.34
GitHub Action Run
Source Files on build 15040063395
  • Tree
  • List 119
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15040063395
  • 18a5f955 on github
  • Prev Build on BABEL_5_X_DEV (#15039828635)
  • Next Build on BABEL_5_X_DEV (#15105698194)
  • 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