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

babelfish-for-postgresql / babelfish_extensions / 10614653586 / 1
74%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: BABEL_4_9_STABLE
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 29 Aug 2024 12:47PM UTC
Files 114
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

29 Aug 2024 12:04PM UTC coverage: 73.492% (-0.003%) from 73.495%
10614653586.1

push

github

web-flow
Fix the index creation error on table created through SELECT INTO  (#2893)

If a table is formed via SELECT INTO command then the column name does not get converted to lowercase.
Due to this, indexation over that column fails which is the issue we want to resolve.
This happens as the SELECT INTO command does not convert the column name in lowercase(save it as it is) whereas the index creation command search for the column name(over which indexation is done) in lower case.

Signed-off-by: Pranav Jain <pranavjc@amazon.com>

42558 of 57908 relevant lines covered (73.49%)

121666.33 hits per line

Source Files on job 10614653586.1
  • Tree
  • List 0
  • Changed 68
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10614653586
  • 971a5b83 on github
  • Prev Job for on BABEL_3_X_DEV (#10595224905.1)
  • Next Job for on BABEL_3_X_DEV (#10616570889.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