Skip to content

Fix small typo in _livesync-configure-source-database.md #4016

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

Merged
merged 1 commit into from
Apr 12, 2025

Conversation

bridge-oes
Copy link
Contributor

Small but important typo for anyone copying the sql command:

ALTER SYSTEM SET max_wal_sender=10;
to
ALTER SYSTEM SET max_wal_senders=10;

Description

Found this typo in the SQL. Contributing back.

Links

Writing help

For information about style and word usage, see the Contribution guide

Review checklists

Reviewers: use this section to ensure you have checked everything before approving this PR:

Subject matter expert (SME) review checklist

  • Is the content technically accurate?
  • Is the content complete?
  • Is the content presented in a logical order?
  • Does the content use appropriate names for features and products?
  • Does the content provide relevant links to further information?

Documentation team review checklist

  • Is the content free from typos?
  • Does the content use plain English?
  • Does the content contain clear sections for concepts, tasks, and references?
  • Have any images been uploaded to the correct location, and are resolvable?
  • If the page index was updated, are redirects required
    and have they been implemented?
  • Have you checked the built version of this content?

@CLAassistant
Copy link

CLAassistant commented Apr 10, 2025

CLA assistant check
All committers have signed the CLA.

@arajkumar arajkumar enabled auto-merge (squash) April 12, 2025 08:44
Small but important typo for anyone copying the sql command:

ALTER SYSTEM SET max_wal_sender=10;
to 
ALTER SYSTEM SET max_wal_senders=10;

Signed-off-by: BenR <[email protected]>
@arajkumar
Copy link
Member

Thanks a lot @bridge-oes. Much appreciated!

@arajkumar arajkumar merged commit 967ce8f into timescale:latest Apr 12, 2025
3 checks passed
billy-the-fish added a commit that referenced this pull request May 6, 2025
Small but important typo for anyone copying the sql command:

ALTER SYSTEM SET max_wal_sender=10;
to 
ALTER SYSTEM SET max_wal_senders=10;

Signed-off-by: BenR <[email protected]>
Co-authored-by: Iain Cox <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants