-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use table scan API in compression code
Refactor the compression code to only use the table scan API when scanning relations instead of a mix of the table and heap scan APIs. The table scan API is a higher-level API and recommended as it works for any type of relation and uses table slots directly, which means that in some cases a full heap tuple need not be materialized.
- Loading branch information
1 parent
63468f6
commit 4d62243
Showing
2 changed files
with
132 additions
and
123 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.