Skip to content

Commit 566d393

Browse files
authored
Fixes to formatting and excluding release note (#19534)
1 parent d23ea80 commit 566d393

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/current/_includes/releases/v25.2/v25.2.0-beta.1.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Release Date: April 14, 2025
1010
[#143820][#143820]
1111
- Usage of `TG_ARGV` in trigger functions is now disallowed by default. The session setting `allow_create_trigger_function_with_argv_references` can be set to `true` to allow usage (with 1-based indexing).
1212
[#143827][#143827]
13-
- The return type of the `workload_index_recs` built-in function now includes two columns. The first column, `index_rec`, remains a `STRING` type and contains the index recommendation. The second column, `fingerprint_ids`, is new and has the `BYTES[]` type.
14-
15-
[#142927][#142927]
13+
- The return type of the `workload_index_recs` built-in function now includes two columns. The first column, `index_rec`, remains a `STRING` type and contains the index recommendation. The second column, `fingerprint_ids`, is new and has the `BYTES[]` type. [#142927][#142927]
1614
- The job description for `AUTO CREATE PARTIAL STATS` now clearly indicates that the job is for automatic partial statistics collection, improving `system.jobs` visibility and debugging.
1715
[#143283][#143283]
1816
- A new `execution time` statistic is now reported on `EXPLAIN ANALYZE` output for most operators. Previously, this statistic was only available on the DistSQL diagrams in `EXPLAIN ANALYZE (DISTSQL)` output.
@@ -45,13 +43,6 @@ Release Date: April 14, 2025
4543
- Fixed an issue where databases, tables, and indexes were not appearing on the Hot Ranges page for application virtual clusters.
4644
[#143441][#143441]
4745

48-
<h3 id="v25-2-0-beta-1-miscellaneous">Miscellaneous</h3>
49-
50-
- Backup compactions are not supported on and are blocked
51-
for backups that are not scheduled, use revision history, have an
52-
execution locality, set a custom incremental location, or include a
53-
backup of a tenant. [#143854][#143854]
54-
5546

5647
[#143827]: https://github.com/cockroachdb/cockroach/pull/143827
5748
[#143675]: https://github.com/cockroachdb/cockroach/pull/143675
@@ -64,7 +55,6 @@ Release Date: April 14, 2025
6455
[#143283]: https://github.com/cockroachdb/cockroach/pull/143283
6556
[#143857]: https://github.com/cockroachdb/cockroach/pull/143857
6657
[#144027]: https://github.com/cockroachdb/cockroach/pull/144027
67-
[#143854]: https://github.com/cockroachdb/cockroach/pull/143854
6858
[#143820]: https://github.com/cockroachdb/cockroach/pull/143820
6959
[#143668]: https://github.com/cockroachdb/cockroach/pull/143668
7060
[#143122]: https://github.com/cockroachdb/cockroach/pull/143122

0 commit comments

Comments
 (0)