Skip to content

Commit 0c796a2

Browse files
craig[bot]yuzefovich
andcommitted
Merge #146608
146608: roachtest/pg_regress: address a couple of stale TODOs r=yuzefovich a=yuzefovich This commit audits all the TODOs that we have in the pg_regress runner by removing those that we have fixed and updating issue numbers when originally referenced issues were closed as duplicates. Fixes: #146498. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
2 parents b3b0a07 + f87c3ed commit 0c796a2

File tree

10 files changed

+278
-449
lines changed

10 files changed

+278
-449
lines changed

pkg/cmd/roachtest/testdata/pg_regress/explain.diffs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ diff -U3 --label=/mnt/data1/postgres/src/test/regress/expected/explain.out --lab
463463
select jsonb_pretty(
464464
explain_filter_to_json('explain (analyze, verbose, buffers, format json)
465465
select * from tenk1 order by tenthous')
466-
@@ -374,188 +260,17 @@
466+
@@ -374,188 +260,19 @@
467467
#- '{0,Plan,Plans,0,Sort Method}'
468468
#- '{0,Plan,Plans,0,Sort Space Type}'
469469
);
@@ -635,7 +635,9 @@ diff -U3 --label=/mnt/data1/postgres/src/test/regress/expected/explain.out --lab
635635
create temp table t1(f1 float8);
636636
create function pg_temp.mysin(float8) returns float8 language plpgsql
637637
as 'begin return sin($1); end';
638-
+ERROR: sin(): no value provided for placeholder: $1
638+
+ERROR: unimplemented: cannot create user-defined functions under a temporary schema
639+
+HINT: You have attempted to use a feature that is not yet implemented.
640+
+See: https://go.crdb.dev/issue-v/104687/_version_
639641
select explain_filter('explain (verbose) select * from t1 where pg_temp.mysin(f1) < 0.5');
640642
- explain_filter
641643
-------------------------------------------------------------

0 commit comments

Comments
 (0)