Skip to content

Commit

Permalink
Merge pull request #5071 from EnterpriseDB/docs/pgd/fix/BDR-4374-docs…
Browse files Browse the repository at this point in the history
…-bdr-sensitive-to-shared-libraries-ordering

Docs/pgd/fix/bdr 4374 docs bdr sensitive to shared libraries ordering
  • Loading branch information
djw-m authored Dec 6, 2023
2 parents f51fdc7 + e50ca52 commit 6f39d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_docs/docs/pgd/5/postgres-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ For PGD's own settings, see the [PGD settings reference](reference/pgd-settings)
To run correctly, PGD requires these Postgres settings:

- `wal_level` — Must be set to `logical`, since PGD relies on logical decoding.
- `shared_preload_libraries` — Must contain `bdr`, although it can contain
other entries before or after, as needed. However, don't include `pglogical`.
- `shared_preload_libraries` — Must start with `bdr`, before other
entries. Don't include `pglogical` in this list
- `track_commit_timestamp` — Must be set to `on` for conflict resolution to
retrieve the timestamp for each conflicting row.

Expand Down

1 comment on commit 6f39d91

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.