- Notifications
You must be signed in to change notification settings - Fork4.9k
Add file_fdw support for external decompressors#4
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
jasonmp85 wants to merge9 commits intopostgres:REL9_3_STABLEfromjasonmp85:compressed_fdw_external_program
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes from1 commit
Commits
Show all changes
9 commits Select commitHold shift + click to select a range
541e463
Add "decompressor" option to `file_fdw`
jasonmp855a06bef
Populate decompressor in `fileGetOptions`
jasonmp85c50688a
Switch to storing full program/args; pass it along
jasonmp85427cfc8
Parse decompressor option and build program
jasonmp85a5102c9
Bugfixes for decompressor file_fdw option
jasonmp8551fa91a
Fix population of program, null list issue
jasonmp850403974
Add rudimentary `EXPLAIN` support for programs
jasonmp8532ab3e2
Add decompressor tests to file_fdw suite
jasonmp85b4f5cee
Add filename escaping test for file_fdw
jasonmp85File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Populate decompressor in
fileGetOptions
Certain callers will need this, so provide it if found.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit5a06bef4614fd99efb5d17496c6627f8705398cc
There are no files selected for viewing
26 changes: 16 additions & 10 deletionscontrib/file_fdw/file_fdw.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.