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

citusdata / pg_shard / 41 / 1
93%
develop: 36%

Build:
Build:
LAST BUILD BRANCH: develop_candidate
DEFAULT BRANCH: develop
Ran 17 Jan 2015 12:52AM UTC
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

17 Jan 2015 12:48AM UTC coverage: 93.088% (-0.007%) from 93.095%
PGVERSION=9.4

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, we partition quals into remote and local lists and then send the
remote and local queries with their respective lists.

1899 of 2040 relevant lines covered (93.09%)

102.37 hits per line

Source Files on job 41.1 (PGVERSION=9.4)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 41
  • Travis Job 41.1
  • af69860d on github
  • Prev Job for PGVERSION=9.4 on feature-reduce_column_transfer-#33 (#33.1)
  • Next Job for PGVERSION=9.4 on feature-reduce_column_transfer-#33 (#51.2)
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