Skip to content

[auto-bump] [no-release-notes] dependency by reltuk#2594

Open
coffeegoddd wants to merge 1 commit intomainfrom
reltuk-a02a89d7
Open

[auto-bump] [no-release-notes] dependency by reltuk#2594
coffeegoddd wants to merge 1 commit intomainfrom
reltuk-a02a89d7

Conversation

@coffeegoddd
Copy link
Copy Markdown
Contributor

An Automated Dependency Version Bump PR 👑

Initial Changes

The changes contained in this PR were produced by `go get`ing the dependency.

```bash
go get github.com/dolthub/[dependency]/go@[commit]
```

@github-actions
Copy link
Copy Markdown
Contributor

Main PR
covering_index_scan_postgres 1092.45/s 1107.78/s +1.4%
index_join_postgres 158.14/s 159.34/s +0.7%
index_join_scan_postgres 197.80/s 195.83/s -1.0%
index_scan_postgres 11.89/s 11.96/s +0.5%
oltp_point_select 2472.21/s 2474.28/s 0.0%
oltp_read_only 1845.95/s 1855.60/s +0.5%
select_random_points 125.76/s 125.66/s -0.1%
select_random_ranges 828.60/s 829.18/s 0.0%
table_scan_postgres 11.68/s 11.62/s -0.6%
types_table_scan_postgres 5.31/s 5.36/s +0.9%

@github-actions
Copy link
Copy Markdown
Contributor

Main PR
Total 42090 42090
Successful 17810 17819
Failures 24280 24271
Partial Successes1 5626 5629
Main PR
Successful 42.3141% 42.3355%
Failures 57.6859% 57.6645%

${\color{red}Regressions (1)}$

random

QUERY:          (SELECT unique1 AS random
  FROM onek ORDER BY random() LIMIT 1)
INTERSECT
(SELECT unique1 AS random
  FROM onek ORDER BY random() LIMIT 1)
INTERSECT
(SELECT unique1 AS random
  FROM onek ORDER BY random() LIMIT 1);
RECEIVED ERROR: expected row count 0 but received 1

${\color{lightgreen}Progressions (10)}$

domain

QUERY: SELECT pol.polname, pol.polpermissive,
  CASE WHEN pol.polroles = '{0}' THEN NULL ELSE pg_catalog.array_to_string(array(select rolname from pg_catalog.pg_roles where oid = any (pol.polroles) order by 1),',') END,
  pg_catalog.pg_get_expr(pol.polqual, pol.polrelid),
  pg_catalog.pg_get_expr(pol.polwithcheck, pol.polrelid),
  CASE pol.polcmd
    WHEN 'r' THEN 'SELECT'
    WHEN 'a' THEN 'INSERT'
    WHEN 'w' THEN 'UPDATE'
    WHEN 'd' THEN 'DELETE'
    END AS cmd
FROM pg_catalog.pg_policy pol
WHERE pol.polrelid = '158879' ORDER BY 1;
QUERY: SELECT oid, stxrelid::pg_catalog.regclass, stxnamespace::pg_catalog.regnamespace::pg_catalog.text AS nsp, stxname,
pg_catalog.pg_get_statisticsobjdef_columns(oid) AS columns,
  'd' = any(stxkind) AS ndist_enabled,
  'f' = any(stxkind) AS deps_enabled,
  'm' = any(stxkind) AS mcv_enabled,
stxstattarget
FROM pg_catalog.pg_statistic_ext
WHERE stxrelid = '158879'
ORDER BY nsp, stxname;
QUERY: SELECT c.oid::pg_catalog.regclass
FROM pg_catalog.pg_class c, pg_catalog.pg_inherits i
WHERE c.oid = i.inhparent AND i.inhrelid = '158879'
  AND c.relkind != 'p' AND c.relkind != 'I'
ORDER BY inhseqno;
QUERY: SELECT c.oid::pg_catalog.regclass, c.relkind, inhdetachpending, pg_catalog.pg_get_expr(c.relpartbound, c.oid)
FROM pg_catalog.pg_class c, pg_catalog.pg_inherits i
WHERE c.oid = i.inhrelid AND i.inhparent = '158879'
ORDER BY pg_catalog.pg_get_expr(c.relpartbound, c.oid) = 'DEFAULT', c.oid::pg_catalog.regclass::pg_catalog.text;
QUERY: create function makedcomp(r float8, i float8) returns dcomptype
as 'select row(r, i)' language sql;
QUERY: drop function makedcomp(float8, float8);
QUERY: drop table dcomptable;
QUERY: comment on constraint c1 on domain dcomptype is 'random commentary';
QUERY: create domain dcomptypea as comptype[];
QUERY: create table dcomptable (d1 dcomptypea unique);

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants