Commit 5a484b2
claudespice
fix: Document missing pg_replication_bootstrap_batch_size parameter
The PostgreSQL connector accepts pg_replication_bootstrap_batch_size to
control rows-per-batch during the initial CDC snapshot (default 8192,
max 1048576), but it wasn't documented in either the connector reference
or the CDC feature page.
## Reference
Verified against spiceai/spiceai trunk at f4a5089df:
- ParameterSpec: crates/data-connectors/connector-postgres/src/lib.rs:169-174
- Consumed by: crates/data-connectors/connector-postgres/src/replication.rs:436-441
- Constants: DEFAULT_BOOTSTRAP_BATCH_SIZE=8192, MAX_BOOTSTRAP_BATCH_SIZE=1048576
The parameter was added in source on 2026-05-12 (PR #10789) and is not in
any released tag, so only the unversioned vNext docs need updating.1 parent f5762a4 commit 5a484b2
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments