Skip to content

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

Merged
arajkumar merged 1 commit intotimescale:latestfrom
bridge-oes:patch-1
Apr 12, 2025
Merged

Fix small typo in _livesync-configure-source-database.md#4016
arajkumar merged 1 commit intotimescale:latestfrom
bridge-oes:patch-1

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 <bridge@odysseyenergysolutions.com>
@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 <bridge@odysseyenergysolutions.com>
Co-authored-by: Iain Cox <iain@timescale.com>
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