Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
92590: sql/opt: add index on pg_proc(oid) and support regproc/procedure  in foldOIDFamilyCast r=rafiss a=e-mbrown

Informs: cockroachdb#91022

Add index on pgproc(oc).
Typecast to regproc and regprocedure can use the
index on pgproc(oid).

Release note: None

93195: roachtest: mark pgjdbc tssearch tests as passing r=rafiss a=rafiss

fixes cockroachdb#92731

Release note: None

Co-authored-by: e-mbrown <ebsonari@gmail.com>
Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
  • Loading branch information
3 people committed Dec 7, 2022
3 parents a9fcbd1 + cee3ee9 + 2c07fa0 commit 4096288
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 7,000 deletions.
2 changes: 0 additions & 2 deletions pkg/cmd/roachtest/tests/pgjdbc_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ var pgjdbcBlockList = blocklist{
"org.postgresql.core.OidValuesCorrectnessTest.testValue[oidName=POLYGON, oidValue=604]": "unknown",
"org.postgresql.core.OidValuesCorrectnessTest.testValue[oidName=REF_CURSOR, oidValue=1,790]": "unknown",
"org.postgresql.core.OidValuesCorrectnessTest.testValue[oidName=REF_CURSOR_ARRAY, oidValue=2,201]": "unknown",
"org.postgresql.core.OidValuesCorrectnessTest.testValue[oidName=TSQUERY, oidValue=3,615]": "unknown",
"org.postgresql.core.OidValuesCorrectnessTest.testValue[oidName=TSVECTOR, oidValue=3,614]": "unknown",
"org.postgresql.core.OidValuesCorrectnessTest.testValue[oidName=XML, oidValue=142]": "unknown",
"org.postgresql.core.OidValuesCorrectnessTest.testValue[oidName=XML_ARRAY, oidValue=143]": "unknown",
"org.postgresql.jdbc.BitFieldTest.TestGetObjectForBitFields": "unknown",
Expand Down
Loading

0 comments on commit 4096288

Please sign in to comment.