Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VACUUM FULL rewrites tuple in order to possibly compact them after columns drops etc. And when it calls `raw_pg_tde_insert` buffer of the `RewriteState` is not valid as the Page is being built. So we have to use the block num from `RewriteState`.
- Loading branch information