Skip to content

Commit ff5e88f

Browse files
Merge branch '20251125-doc-15407-manually-apply-dlq-rows' of github.com:cockroachdb/docs into 20251125-doc-15407-manually-apply-dlq-rows
2 parents 9712731 + 06bd65a commit ff5e88f

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

src/current/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gem "redcarpet", "~> 3.6"
1313
gem "rss"
1414
gem "webrick"
1515
gem "jekyll-minifier"
16+
gem "bundler", "~> 2.4"
1617

1718
group :jekyll_plugins do
1819
gem "jekyll-include-cache"

src/current/_includes/v25.4/known-limitations/ltree-limitations.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/current/_includes/v26.1/known-limitations/ltree-limitations.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/current/v25.4/known-limitations.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ This section describes newly identified limitations in CockroachDB {{ page.versi
3333

3434
- When using the `infer_rbr_region_col_using_constraint` option, inserting rows with `DEFAULT` for the region column uses the database's primary region instead of inferring the region from the parent table via foreign-key constraint. [#150783](https://github.com/cockroachdb/cockroach/issues/150783)
3535

36-
### `LTREE` data type
37-
38-
{% include {{ page.version.version }}/known-limitations/ltree-limitations.md %}
39-
4036
## Limitations from {{ previous_version }} and earlier
4137

4238
This section describes limitations from previous CockroachDB versions that still impact {{ page.version.version }}.

src/current/v26.1/known-limitations.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ This section describes newly identified limitations in CockroachDB {{ page.versi
3333

3434
- When using the `infer_rbr_region_col_using_constraint` option, inserting rows with `DEFAULT` for the region column uses the database's primary region instead of inferring the region from the parent table via foreign-key constraint. [#150783](https://github.com/cockroachdb/cockroach/issues/150783)
3535

36-
### `LTREE` data type
37-
38-
{% include {{ page.version.version }}/known-limitations/ltree-limitations.md %}
39-
4036
## Limitations from {{ previous_version }} and earlier
4137

4238
This section describes limitations from previous CockroachDB versions that still impact {{ page.version.version }}.

0 commit comments

Comments
 (0)