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

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

Build:
Build:
LAST BUILD BRANCH: BABEL-5577
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 16 Jan 2024 04:50AM UTC
Jobs 1
Files 113
Run time 9s
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

16 Jan 2024 04:11AM UTC coverage: 71.704%. Remained the same
7536919995

push

github

web-flow
Improvements in handling of Babelfish specific GUC after commit <a class=hub.com/babelfish-for-postgresql/babelfish_extensions/commit/a1a00b3bd00cf3f07d382ecb1219e1799b037676">a1a00b3bd (#2244)

With engine commit a1a00b3bd00cf3f07d382ecb1219e1799b037676, community refactored the code related to GUC
handling and introduced certain optimisation around GUC handling. For example, they have introduced following three
fields for various purpose --

static dlist_head guc_nondef_list;	/* list of variables that have source
									 * different from PGC_S_DEFAULT */
static slist_head guc_stack_list;	/* list of variables that have non-NULL
									 * stack */
static slist_head guc_report_list;	/* list of variables that have the
									 * GUC_NEEDS_REPORT bit set in status */
These all fields are getting updated in engine based on various operations on the GUC. Field guc_nondef_list is to track
non-default value of various GUCs and is updated through helper function set_guc_source(...). Now the logic of Babelfish
GUC handling is somewhat different and was not updated to accommodate these code changes. This resulted in hang
while communicating GUCs with non-default value to parallel worker.

This commit aims to fix that issue by utilising appropriate wrapper around set_guc_source(...) exposed in engine to
update the guc_nondef_list stack appropriately.

Engine PR: babelfish-for-postgresql/postgresql_modified_for_babelfish#290
Task: BABEL-4668, BABEL-4669, BABEL-4670, BABEL-4671
Signed-off-by: Dipesh Dhameliya <dddhamel@amazon.com>

39366 of 54901 relevant lines covered (71.7%)

57632.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7536919995.1 16 Jan 2024 04:50AM UTC 113
71.7
GitHub Action Run
Source Files on build 7536919995
  • Tree
  • List 113
  • Changed 38
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #7536919995
  • fca92eb9 on github
  • Prev Build on BABEL_4_X_DEV (#7507639433)
  • Next Build on BABEL_4_X_DEV (#7538246179)
  • 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