From d78b31eb6ef12f13d5346a226ebeb58b11d7aa2c Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 30 Mar 2026 09:36:45 -0400 Subject: [PATCH] undf: assign UNDF numbers, stamp patches (cockroach-0001..0003, influxdb-0001..0002) --- UNDF-REGISTRY.json | 7 ++++++- .../patch/cockroach-0001-indexes-used-add-quadratic.patch | 1 + ...kroach-0002-fingerprint-ignored-columns-quadratic.patch | 1 + .../patch/cockroach-0003-ensure-roles-quadratic.patch | 1 + .../influxdb-0001-persisted-files-dedup-quadratic.patch | 1 + .../influxdb-0002-table-def-series-key-quadratic.patch | 1 + 6 files changed, 11 insertions(+), 1 deletion(-) diff --git a/UNDF-REGISTRY.json b/UNDF-REGISTRY.json index 15119882a..884457fd4 100644 --- a/UNDF-REGISTRY.json +++ b/UNDF-REGISTRY.json @@ -750,5 +750,10 @@ "consul-0002": "UNDF-2026-000000749", "nats-server-0002": "UNDF-2026-000000750", "sdl-0001": "UNDF-2026-000000751", - "three.js-0001": "UNDF-2026-000000752" + "three.js-0001": "UNDF-2026-000000752", + "cockroach-0001": "UNDF-2026-000000753", + "cockroach-0002": "UNDF-2026-000000754", + "cockroach-0003": "UNDF-2026-000000755", + "influxdb-0001": "UNDF-2026-000000756", + "influxdb-0002": "UNDF-2026-000000757" } diff --git a/defects/cockroach/patch/cockroach-0001-indexes-used-add-quadratic.patch b/defects/cockroach/patch/cockroach-0001-indexes-used-add-quadratic.patch index 48d93b383..8d1af71da 100644 --- a/defects/cockroach/patch/cockroach-0001-indexes-used-add-quadratic.patch +++ b/defects/cockroach/patch/cockroach-0001-indexes-used-add-quadratic.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000753 # UNDF: --- a/pkg/sql/opt/exec/execbuilder/builder.go +++ b/pkg/sql/opt/exec/execbuilder/builder.go diff --git a/defects/cockroach/patch/cockroach-0002-fingerprint-ignored-columns-quadratic.patch b/defects/cockroach/patch/cockroach-0002-fingerprint-ignored-columns-quadratic.patch index 15d790ba8..e9f3e24e4 100644 --- a/defects/cockroach/patch/cockroach-0002-fingerprint-ignored-columns-quadratic.patch +++ b/defects/cockroach/patch/cockroach-0002-fingerprint-ignored-columns-quadratic.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000754 # UNDF: --- a/pkg/sql/show_fingerprints.go +++ b/pkg/sql/show_fingerprints.go diff --git a/defects/cockroach/patch/cockroach-0003-ensure-roles-quadratic.patch b/defects/cockroach/patch/cockroach-0003-ensure-roles-quadratic.patch index 48bb18ecb..bfc690956 100644 --- a/defects/cockroach/patch/cockroach-0003-ensure-roles-quadratic.patch +++ b/defects/cockroach/patch/cockroach-0003-ensure-roles-quadratic.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000755 # UNDF: --- a/pkg/sql/authorization.go +++ b/pkg/sql/authorization.go diff --git a/defects/influxdb/patch/influxdb-0001-persisted-files-dedup-quadratic.patch b/defects/influxdb/patch/influxdb-0001-persisted-files-dedup-quadratic.patch index 31ab9849f..c6faa27b1 100644 --- a/defects/influxdb/patch/influxdb-0001-persisted-files-dedup-quadratic.patch +++ b/defects/influxdb/patch/influxdb-0001-persisted-files-dedup-quadratic.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000756 # UNDF: --- a/influxdb3_write/src/write_buffer/persisted_files.rs +++ b/influxdb3_write/src/write_buffer/persisted_files.rs diff --git a/defects/influxdb/patch/influxdb-0002-table-def-series-key-quadratic.patch b/defects/influxdb/patch/influxdb-0002-table-def-series-key-quadratic.patch index e7d89ff1e..d6544ca6d 100644 --- a/defects/influxdb/patch/influxdb-0002-table-def-series-key-quadratic.patch +++ b/defects/influxdb/patch/influxdb-0002-table-def-series-key-quadratic.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000757 # UNDF: --- a/influxdb3_catalog/src/catalog/versions/v1.rs +++ b/influxdb3_catalog/src/catalog/versions/v1.rs