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

babelfish-for-postgresql / babelfish_extensions / 15629645934
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 13 Jun 2025 08:39AM UTC
Jobs 1
Files 119
Run time 2min
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 Jun 2025 08:04AM UTC coverage: 75.515%. Remained the same
15629645934

push

github

web-flow
Fix assertion error for Partition Table creation with Computed Columns (#3818)

While creating partition tables with computed columns, we were getting assertion error
because we were generating CREATE PARTITION statement once and reusing it multiple partition creation and
the generated statement was getting modified because the statement wasn't marked as read-only
when passed to standard_ProcessUtility().

The fix involves setting the read_only parameter to 'true' in standard_ProcessUtility()
calls for both partition creation and rename operations. This prevents modification
of the same statement across multiple partition creations, ensuring the statement
remains valid throughout the process.

Signed-off-by: Sumit Jaiswal sumiji@amazon.com

48834 of 64668 relevant lines covered (75.51%)

314645.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15629645934.1 13 Jun 2025 08:39AM UTC 119
75.51
GitHub Action Run
Source Files on build 15629645934
  • Tree
  • List 119
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15629645934
  • 50f00089 on github
  • Prev Build on BABEL_5_X_DEV (#15602619622)
  • Next Build on BABEL_5_X_DEV (#15630399219)
  • 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