Thanks to visit codestin.com
Credit goes to github.com

Skip to content

merge zheap to 894f5de fow show all commit #24

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

Open
wants to merge 17 commits into
base: REL_13_beta3_894f5de_merge_zheap
Choose a base branch
from

Conversation

wjzeng
Copy link
Owner

@wjzeng wjzeng commented Mar 6, 2021

No description provided.

This is a *TEMPORAL WORKING* repository for ZHEAP upgrading, which developing branch is `REL_13_ZHEAP`.

The original ZHEAP repository doesn't consider version upgrades.
Therefore, upgrade work will be done in this temporary repository.

In the future, we plan to merge it with the ZHEAP repository.
The optimization code been added by the commit 695c597
to optimize this function.
However, due to this effect, when CREATE or ALTER TABLE statement is issued
in a transaction block and then ROLLBACK is issued, the postgres server is
crushed.
The reason is that ROLLBACK statement invokes HeapTupleSatisfiesMVCC() and
it calls HeapTupleHeaderGetCmin() and  GetRealCmin(), then Segmentation fault
is occurred.
To avoid this issue, we comment out this code.
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.

2 participants