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

citusdata / cstore_fdw / 45
97%
master: 0%

Build:
Build:
LAST BUILD BRANCH: fix_ci_2
DEFAULT BRANCH: master
Ran 10 Jul 2014 07:50AM UTC
Jobs 1
Files 6
Run time 31s
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
45

push

travis-ci

pykello
Merge pull request #29 from samay-sharma/master

(1) delete files on DROP FOREIGN TABLE (2) don't error out for empty tables.

(1) Previously when user dropped the foreign table, the data and footer files weren't deleted and user needed to delete them manually. This wasn't convenient and sometimes it caused problems in situations where user recreated a table schema but with the same filename. This commit fixes the issue by automatically deleting the files when user issues DROP FOREIGN TABLE.

(2) Previously user couldn't run queries on a table where no data was copied in. This was because data and footer files were missing. In this commit these files are created when the table is created, so this issue is fixed. This change also has a useful side-effect: if the filename is not writable, user gets an error when trying to create the table.

patch by @samay-sharma
tested by @samay-sharma and @pykello,
cr by @pykello

56 of 56 new or added lines in 1 file covered. (100.0%)

1571 of 1645 relevant lines covered (95.5%)

2557.04 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
cstore_fdw.c
Jobs
ID Job ID Ran Files Coverage
1 45.1 (PGVERSION=9.3) 10 Jul 2014 07:50AM UTC 0
95.5
Travis Job 45.1
Source Files on build 45
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #45
  • 4377ef2b on github
  • Prev Build on develop (#42)
  • Next Build on develop (#52)
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