supabase / pg_replicate

Build Postgres replication apps in Rust
Apache License 2.0
559 stars 19 forks source link

Manage replication slot if it is lost #9

Open imor opened 5 months ago

imor commented 5 months ago

If the replication slot is lost, a new generation of WAL stream should be started. A generation is a fresh copy from the beginning, including initial table copies.