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

babelfish-for-postgresql / babelfish_extensions / 8443465826
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: BABEL-5844-4x
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 26 Mar 2024 10:42PM UTC
Jobs 1
Files 114
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

26 Mar 2024 10:04PM UTC coverage: 72.546%. Remained the same
8443465826

push

github

web-flow
Fix issues with TVFs which use identifiers longer than 63 characters (#2430)

In Table-valued functions which return data into a table variable, we create a temporary table in which to return the data. The name of this temporary table is generated as a combination of the table variable and function name. If this combination exceeds 63 characters (the limit of identifiers in postgresql), then we can run into issues trying to refer back to the temporary table to insert the data while executing the function, as the name used to access it will be different than what is stored in the postgres catalog due to truncation.

Fix this by utilizing the pre-existing downcase_truncate_identifier() function to ensure that the new identifier is within the postgresql character limit. Additionally, truncate the temporary table name (which normally tries to append the @@nest_level to the end) to 63 characters to prevent issues there.

Task: BABEL-3311

Signed-off-by: Jason Teng <jasonten@amazon.com>

4 of 4 new or added lines in 2 files covered. (100.0%)

41117 of 56677 relevant lines covered (72.55%)

63073.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8443465826.1 26 Mar 2024 10:42PM UTC 114
72.55
GitHub Action Run
Source Files on build 8443465826
  • Tree
  • List 114
  • Changed 67
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #8443465826
  • 0752ff99 on github
  • Prev Build on BABEL_4_X_DEV (#8434518778)
  • Next Build on BABEL_4_X_DEV (#8448586247)
  • 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