From 85495ebdc49bc172e2642722468d242fe9e92b62 Mon Sep 17 00:00:00 2001 From: katmayb Date: Tue, 22 Apr 2025 10:03:12 -0400 Subject: [PATCH] Fixes to formatting and excluding release note --- .../_includes/releases/v25.2/v25.2.0-beta.1.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/current/_includes/releases/v25.2/v25.2.0-beta.1.md b/src/current/_includes/releases/v25.2/v25.2.0-beta.1.md index decdb002d38..bec895e843c 100644 --- a/src/current/_includes/releases/v25.2/v25.2.0-beta.1.md +++ b/src/current/_includes/releases/v25.2/v25.2.0-beta.1.md @@ -10,9 +10,7 @@ Release Date: April 14, 2025 [#143820][#143820] - 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). [#143827][#143827] -- 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] +- 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] - 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. [#143283][#143283] - 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 - Fixed an issue where databases, tables, and indexes were not appearing on the Hot Ranges page for application virtual clusters. [#143441][#143441] -

Miscellaneous

- -- Backup compactions are not supported on and are blocked - for backups that are not scheduled, use revision history, have an - execution locality, set a custom incremental location, or include a - backup of a tenant. [#143854][#143854] - [#143827]: https://github.com/cockroachdb/cockroach/pull/143827 [#143675]: https://github.com/cockroachdb/cockroach/pull/143675 @@ -64,7 +55,6 @@ Release Date: April 14, 2025 [#143283]: https://github.com/cockroachdb/cockroach/pull/143283 [#143857]: https://github.com/cockroachdb/cockroach/pull/143857 [#144027]: https://github.com/cockroachdb/cockroach/pull/144027 -[#143854]: https://github.com/cockroachdb/cockroach/pull/143854 [#143820]: https://github.com/cockroachdb/cockroach/pull/143820 [#143668]: https://github.com/cockroachdb/cockroach/pull/143668 [#143122]: https://github.com/cockroachdb/cockroach/pull/143122