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

From the lab: we could have more than 16 * 1024 lines in a WAL.json f… #112

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

dimitri
Copy link
Owner

@dimitri dimitri commented Sep 28, 2022

…ile.

Change the static memory allocation to a dynamic one for the array of line
pointers. Even if we only require a sizeof(char *) (a single pointer) per
line to allocate, we might need a lot of them.
@dimitri dimitri merged commit 913594d into main Sep 28, 2022
@dimitri dimitri deleted the fix/json-lines-max-count branch September 28, 2022 12:26
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