Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement postgres-scanner #3139

Merged
merged 6 commits into from
Mar 26, 2024
Merged

Implement postgres-scanner #3139

merged 6 commits into from
Mar 26, 2024

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Mar 26, 2024

This PR implements postgres-scanner. It utilizes the existing duckdb scanner to scan data from postgres server.

extension/duckdb_scanner/src/duckdb_catalog.cpp Outdated Show resolved Hide resolved
extension/postgres_scanner/src/postgres_catalog.cpp Outdated Show resolved Hide resolved
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.98%. Comparing base (4d21128) to head (e732c7f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3139   +/-   ##
=======================================
  Coverage   91.97%   91.98%           
=======================================
  Files        1171     1171           
  Lines       44041    44043    +2     
=======================================
+ Hits        40508    40512    +4     
+ Misses       3533     3531    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@acquamarin acquamarin merged commit 3237e6f into master Mar 26, 2024
17 checks passed
@acquamarin acquamarin deleted the postgres-scanner branch March 26, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants