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

Use constructors for functable again #18

Open
wants to merge 1 commit into
base: clickhouse-new
Choose a base branch
from
Open

Conversation

al13n321
Copy link
Member

@al13n321 al13n321 commented Aug 5, 2024

Re-do #7 , but it's simpler this time because upstream centralized all initialization into one function call.

(In #17 I incorrectly thought this isn't needed because init_functable() was changed upstream to do atomic writes to assign function pointers. But reads are still non-atomic, so TSAN complains.)

al13n321 added a commit to ClickHouse/ClickHouse that referenced this pull request Aug 5, 2024
@al13n321
Copy link
Member Author

al13n321 commented Aug 6, 2024

CI passed in ClickHouse/ClickHouse#64489

@al13n321 al13n321 marked this pull request as ready for review August 6, 2024 16:58
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.

1 participant