Skip to content

Commit

Permalink
Fix max_wal_senders var in postgres source doc (#16997)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito authored Sep 27, 2022
1 parent 35230f1 commit d872fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/sources/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ To enable logical replication on bare metal, VMs (EC2/GCE/etc), or Docker, confi
| Parameter | Description | Set value to |
|------------|--------------|--------------|
| wal_level | Type of coding used within the Postgres write-ahead log | logical |
| max_wel_senders | The maximum number of processes used for handling WAL changes | Min: 1 |
| max_wal_senders | The maximum number of processes used for handling WAL changes | Min: 1 |
| max_replication_slots | The maximum number of replication slots that are allowed to stream WAL changes | 1 (if Airbyte is the only service reading subscribing to WAL changes. More than 1 if other services are also reading from the WAL) |

To enable logical replication on AWS Postgres RDS or Aurora​:
Expand Down

0 comments on commit d872fc6

Please sign in to comment.