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

Add on-demand WAL download to pg_logical_slot_get_changes_guts #7959

Closed
save-buffer opened this issue Jun 4, 2024 · 0 comments
Closed

Add on-demand WAL download to pg_logical_slot_get_changes_guts #7959

save-buffer opened this issue Jun 4, 2024 · 0 comments
Labels
t/bug Issue Type: Bug

Comments

@save-buffer
Copy link
Contributor

https://neondb.slack.com/archives/C04DGM6SMTM/p1716375201894629

@save-buffer save-buffer added the t/bug Issue Type: Bug label Jun 4, 2024
save-buffer pushed a commit that referenced this issue Jun 12, 2024
We implemented on-demand WAL download for walsender, but other things
that may want to read the WAL from safekeepers don't do that yet. This
PR makes it do that by adding the same set of hooks to logicalfuncs.

Addresses #7959

Also relies on:
neondatabase/postgres#438
neondatabase/postgres#437
neondatabase/postgres#436
VladLazar pushed a commit that referenced this issue Jun 12, 2024
We implemented on-demand WAL download for walsender, but other things
that may want to read the WAL from safekeepers don't do that yet. This
PR makes it do that by adding the same set of hooks to logicalfuncs.

Addresses #7959

Also relies on:
neondatabase/postgres#438
neondatabase/postgres#437
neondatabase/postgres#436
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Issue Type: Bug
Projects
None yet
Development

No branches or pull requests

1 participant