From 60fc4a11d193d0031078df15582be5b20a481897 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 14 Nov 2024 09:58:32 +0000 Subject: [PATCH] Fix up synchronous commit anchors from _ to - Signed-off-by: Dj Walker-Morgan --- .../docs/pgd/5.6/commit-scopes/synchronous_commit.mdx | 2 +- product_docs/docs/pgd/5.6/reference/commit-scopes.mdx | 4 ++-- product_docs/docs/pgd/5.6/reference/index.json | 2 +- product_docs/docs/pgd/5.6/reference/index.mdx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx b/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx index 815e534dcf3..62ea99d64c6 100644 --- a/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx +++ b/product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx @@ -26,7 +26,7 @@ SELECT bdr.add_commit_scope( ## Configuration -`SYNCHRONOUS COMMIT` supports the optional `DEGRADE ON` clause. See the [`SYNCHRONOUS COMMIT`](/pgd/latest/reference/commit-scopes/#synchronous_commit) commit scope reference for specific configuration parameters or see [this section](degrading) regarding Degrade on options. +`SYNCHRONOUS COMMIT` supports the optional `DEGRADE ON` clause. See the [`SYNCHRONOUS COMMIT`](/pgd/latest/reference/commit-scopes/#synchronous-commit) commit scope reference for specific configuration parameters or see [this section](degrading) regarding Degrade on options. ## Confirmation diff --git a/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx b/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx index 701f8a1a6cb..a3082f457b2 100644 --- a/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx +++ b/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx @@ -144,7 +144,7 @@ This is the default visibility. A transaction is confirmed after all of its chan More details of the commit scope kinds and details of their parameters: -- [Synchronous Commit](#synchronous_commit) +- [Synchronous Commit](#synchronous-commit) - [Group Commit](#group-commit) - [CAMO (Commit At Most Once)](#camo) - [Lag Control](#lag-control) @@ -176,7 +176,7 @@ The `commit_scope_degrade_operation` must be `SYNCHRONOUS COMMIT` with a less re ## GROUP COMMIT -Allows commits to be confirmed by a consensus of nodes, controls conflict resolution settings, and, like [`SYNCHRONOUS COMMIT`](#synchronous_commit), has optional rule-degredation parameters. +Allows commits to be confirmed by a consensus of nodes, controls conflict resolution settings, and, like [`SYNCHRONOUS COMMIT`](#synchronous-commit), has optional rule-degredation parameters. ``` GROUP COMMIT [ ( group_commit_parameter = value [, ...] ) ] [ ABORT ON ( abort_on_parameter = value ) ] [ DEGRADE ON (degrade_on_parameter = value ) TO commit_scope_degrade_operation ] diff --git a/product_docs/docs/pgd/5.6/reference/index.json b/product_docs/docs/pgd/5.6/reference/index.json index c97b7fff0a1..d2a4a345280 100644 --- a/product_docs/docs/pgd/5.6/reference/index.json +++ b/product_docs/docs/pgd/5.6/reference/index.json @@ -222,7 +222,7 @@ "cs.on-durable": "/pgd/5.6/reference/commit-scopes#on-durable", "cs.on-visible": "/pgd/5.6/reference/commit-scopes#on-visible", "cs.commit-scope-kinds": "/pgd/5.6/reference/commit-scopes#commit-scope-kinds", - "cs.synchronous_commit": "/pgd/5.6/reference/commit-scopes#synchronous_commit", + "cs.synchronous-commit": "/pgd/5.6/reference/commit-scopes#synchronous-commit", "cs.degrade-on-parameters": "/pgd/5.6/reference/commit-scopes#degrade-on-parameters", "cs.group-commit": "/pgd/5.6/reference/commit-scopes#group-commit", "cs.group-commit-parameters": "/pgd/5.6/reference/commit-scopes#group-commit-parameters", diff --git a/product_docs/docs/pgd/5.6/reference/index.mdx b/product_docs/docs/pgd/5.6/reference/index.mdx index 10e9724a6e2..68b80071dbf 100644 --- a/product_docs/docs/pgd/5.6/reference/index.mdx +++ b/product_docs/docs/pgd/5.6/reference/index.mdx @@ -305,7 +305,7 @@ The reference section is a definitive listing of all functions, views, and comma * [ON durable](commit-scopes#on-durable) * [ON visible](commit-scopes#on-visible) * [Commit Scope kinds](commit-scopes#commit-scope-kinds) - * [SYNCHRONOUS_COMMIT](commit-scopes#synchronous_commit) + * [SYNCHRONOUS COMMIT](commit-scopes#synchronous-commit) * [DEGRADE ON parameters](commit-scopes#degrade-on-parameters) * [commit_scope_degrade_operation](commit-scopes#commit_scope_degrade_operation) * [GROUP COMMIT](commit-scopes#group-commit)