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

citusdata / pg_shard / 33
93%
develop: 36%

Build:
Build:
LAST BUILD BRANCH: develop_candidate
DEFAULT BRANCH: develop
Ran 15 Jan 2015 05:16AM UTC
Jobs 1
Files 16
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

pending completion
33

push

travis-ci

jasonmp85
Fix multi-shard SELECT to pull only needed columns

Adds a new test to verify that the remote SQL generated during a multi-
shard SELECT contains only columns needed for the local portion of
query execution. Previously, columns referenced by WHERE clauses would
always be pulled because the local portion of execution retained the
WHERE quals from the original query. Now the remote query leaves those
columns empty unless they are referenced by an aggregate, GROUP BY,
ORDER BY, or directly in the target list. To make this new approach
work, the local execution no longer retains WHERE quals: they are
removed entirely before the sequential scan of the temp table.

1901 of 2042 relevant lines covered (93.1%)

102.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33.1 (PGVERSION=9.4) 15 Jan 2015 05:16AM UTC 0
93.1
Travis Job 33.1
Source Files on build 33
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #33
  • 510ed3c9 on github
  • Prev Build on feature-reduce_column_transfer-#33 (#32)
  • Next Build on feature-reduce_column_transfer-#33 (#41)
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