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

amazon-aurora / babelfish_extensions / 12753857138
75%
main: 77%

Build:
Build:
LAST BUILD BRANCH: community-merge-15x
DEFAULT BRANCH: main
Ran 13 Jan 2025 07:27PM 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

13 Jan 2025 06:27PM UTC coverage: 74.88%. First build
12753857138

push

github

Bo Li
Implement modulo operator for MONEY/SMALLMONEY types

Description
-----------
Due to the missing modulo operator for MONEY/SMALLMONEY types, it will choose
the other Postgres internal alternatives like int4mod and numeric_mod, which will
involve additional implicit CASTing between MONEY/SMALLMONEY types and other types.
These CASTings could cause loss of precision and wrong results. What's more, the result
of calculation won't be MONEY/SMALLMONEY types any more.

Fix
---
Implement the modulo function and operator for MONEY/SMALLMONEY types. The reason why we don't
need to implement the functions between MONEY/SMALLMONEY types and interger types is that it
will choose the MONEY-MONEY/SMALLMONEY-SMALLMONEY functions to calculate. And the result type is
expected.

Task: BABEL-5480
Signed-off-by: Bo Li <zboli@amazon.com>

8 of 9 new or added lines in 1 file covered. (88.89%)

46648 of 62297 relevant lines covered (74.88%)

165376.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
69.36
contrib/babelfishpg_money/fixeddecimal.c
Jobs
ID Job ID Ran Files Coverage
1 12753857138.1 13 Jan 2025 07:27PM UTC 115
74.88
GitHub Action Run
Source Files on build 12753857138
  • Tree
  • List 115
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12753857138
  • 386761ae on github
  • Next Build on babel_5480_dev17 (#12753941091)
  • 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