Skip to content

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

Open
coffeegoddd wants to merge 1 commit intomainfrom
reltuk-250fcf57
Open

[auto-bump] [no-release-notes] dependency by reltuk#2595
coffeegoddd wants to merge 1 commit intomainfrom
reltuk-250fcf57

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 1072.33/s 1084.14/s +1.1%
index_join_postgres 152.24/s 153.31/s +0.7%
index_join_scan_postgres 200.35/s 197.18/s -1.6%
index_scan_postgres 11.59/s 11.49/s -0.9%
oltp_point_select 2271.26/s 2295.42/s +1.0%
oltp_read_only 1784.55/s 1783.01/s -0.1%
select_random_points 122.67/s 121.46/s -1.0%
select_random_ranges 803.12/s 796.23/s -0.9%
table_scan_postgres 11.28/s 11.40/s +1.0%
types_table_scan_postgres 5.19/s 5.26/s +1.3%

@github-actions
Copy link
Copy Markdown
Contributor

Main PR
Total 42090 42090
Successful 17879 17820
Failures 24211 24270
Partial Successes1 5628 5629
Main PR
Successful 42.4780% 42.3378%
Failures 57.5220% 57.6622%

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

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 = '158902' ORDER BY 1;
RECEIVED ERROR: DoltgresHandler caught panic: runtime error: invalid memory address or nil pointer dereference: goroutine 314008 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/debug/stack.go:26 +0x5e
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func1(0xc0013b3f30)
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:631 +0x58
panic({0x3cb4720?, 0x7d26530?})
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/panic.go:783 +0x132
github.com/dolthub/dolt/go/store/prolly/tree.(*Node).TreeCount(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/node.go:177
github.com/dolthub/dolt/go/store/prolly/tree.StaticMap[...].Count(0x39d2b8dd5d6352bd?)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/map.go:214 +0x1d
github.com/dolthub/dolt/go/store/prolly.AddressMap.Count(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/address_map.go:66
github.com/dolthub/doltgresql/core/typecollection.(*TypeCollection).UpdateRoot(0xc07107c150, {0x58dafe0, 0xc043a4a3c0}, {0x5a5f8f8, 0xc032a020f0})
	/home/runner/work/doltgresql/doltgresql/core/typecollection/collection_funcs.go:171 +0x55
github.com/dolthub/doltgresql/core.updateSessionRootForDatabase(0xc043a4a3c0, {0xc06d248871, 0xa}, 0xc05b646280)
	/home/runner/work/doltgresql/doltgresql/core/context.go:473 +0x4c6
github.com/dolthub/doltgresql/core.CloseContextRootFinalizer(0xc043a4a3c0)
	/home/runner/work/doltgresql/doltgresql/core/context.go:412 +0xa5
github.com/dolthub/doltgresql/server/node.(*rootFinalizerIter).Close(0x100016051abd0?, 0xc043a4a3c0)
	/home/runner/work/doltgresql/doltgresql/server/node/context_root_finalizer.go:112 +0x55
github.com/dolthub/go-mysql-server/sql/rowexec.(*TransactionCommittingIter).Close(0xc07725c660, 0xc043a4a3c0)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/rowexec/transaction_iters.go:116 +0x37
github.com/dolthub/go-mysql-server/sql/plan.(*TrackedRowIter).Close(0xc041adbec0, 0xc043a4a3c0)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/plan/process.go:340 +0x26
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func4()
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:738 +0x8b
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:93 +0x50
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 313073
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:78 +0x95 (errno 1105) (sqlstate HY000)
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 = '158902'
ORDER BY nsp, stxname;
RECEIVED ERROR: DoltgresHandler caught panic: runtime error: invalid memory address or nil pointer dereference: goroutine 314021 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/debug/stack.go:26 +0x5e
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func1(0xc002c56f30)
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:631 +0x58
panic({0x3cb4720?, 0x7d26530?})
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/panic.go:783 +0x132
github.com/dolthub/dolt/go/store/prolly/tree.(*Node).TreeCount(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/node.go:177
github.com/dolthub/dolt/go/store/prolly/tree.StaticMap[...].Count(0x39d2b8dd5d6352bd?)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/map.go:214 +0x1d
github.com/dolthub/dolt/go/store/prolly.AddressMap.Count(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/address_map.go:66
github.com/dolthub/doltgresql/core/typecollection.(*TypeCollection).UpdateRoot(0xc07107c150, {0x58dafe0, 0xc064ed57c0}, {0x5a5f8f8, 0xc032a020f0})
	/home/runner/work/doltgresql/doltgresql/core/typecollection/collection_funcs.go:171 +0x55
github.com/dolthub/doltgresql/core.updateSessionRootForDatabase(0xc064ed57c0, {0xc06d248871, 0xa}, 0xc05b646280)
	/home/runner/work/doltgresql/doltgresql/core/context.go:473 +0x4c6
github.com/dolthub/doltgresql/core.CloseContextRootFinalizer(0xc064ed57c0)
	/home/runner/work/doltgresql/doltgresql/core/context.go:412 +0xa5
github.com/dolthub/doltgresql/server/node.(*rootFinalizerIter).Close(0x1830d7a78?, 0xc064ed57c0)
	/home/runner/work/doltgresql/doltgresql/server/node/context_root_finalizer.go:112 +0x55
github.com/dolthub/go-mysql-server/sql/rowexec.(*TransactionCommittingIter).Close(0xc07728a720, 0xc064ed57c0)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/rowexec/transaction_iters.go:116 +0x37
github.com/dolthub/go-mysql-server/sql/plan.(*TrackedRowIter).Close(0xc006095940, 0xc064ed57c0)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/plan/process.go:340 +0x26
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func4()
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:738 +0x8b
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:93 +0x50
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 313073
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:78 +0x95 (errno 1105) (sqlstate HY000)
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 = '158902'
  AND c.relkind != 'p' AND c.relkind != 'I'
ORDER BY inhseqno;
RECEIVED ERROR: DoltgresHandler caught panic: runtime error: invalid memory address or nil pointer dereference: goroutine 314014 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/debug/stack.go:26 +0x5e
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func1(0xc0013b3f30)
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:631 +0x58
panic({0x3cb4720?, 0x7d26530?})
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/panic.go:783 +0x132
github.com/dolthub/dolt/go/store/prolly/tree.(*Node).TreeCount(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/node.go:177
github.com/dolthub/dolt/go/store/prolly/tree.StaticMap[...].Count(0x39d2b8dd5d6352bd?)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/map.go:214 +0x1d
github.com/dolthub/dolt/go/store/prolly.AddressMap.Count(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/address_map.go:66
github.com/dolthub/doltgresql/core/typecollection.(*TypeCollection).UpdateRoot(0xc07107c150, {0x58dafe0, 0xc043a4b220}, {0x5a5f8f8, 0xc032a020f0})
	/home/runner/work/doltgresql/doltgresql/core/typecollection/collection_funcs.go:171 +0x55
github.com/dolthub/doltgresql/core.updateSessionRootForDatabase(0xc043a4b220, {0xc06d248871, 0xa}, 0xc05b646280)
	/home/runner/work/doltgresql/doltgresql/core/context.go:473 +0x4c6
github.com/dolthub/doltgresql/core.CloseContextRootFinalizer(0xc043a4b220)
	/home/runner/work/doltgresql/doltgresql/core/context.go:412 +0xa5
github.com/dolthub/doltgresql/server/node.(*rootFinalizerIter).Close(0x7f08830d7a78?, 0xc043a4b220)
	/home/runner/work/doltgresql/doltgresql/server/node/context_root_finalizer.go:112 +0x55
github.com/dolthub/go-mysql-server/sql/rowexec.(*TransactionCommittingIter).Close(0xc07725d6b0, 0xc043a4b220)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/rowexec/transaction_iters.go:116 +0x37
github.com/dolthub/go-mysql-server/sql/plan.(*TrackedRowIter).Close(0xc05017af40, 0xc043a4b220)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/plan/process.go:340 +0x26
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func4()
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:738 +0x8b
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:93 +0x50
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 313073
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:78 +0x95 (errno 1105) (sqlstate HY000)
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 = '158902'
ORDER BY pg_catalog.pg_get_expr(c.relpartbound, c.oid) = 'DEFAULT', c.oid::pg_catalog.regclass::pg_catalog.text;
RECEIVED ERROR: DoltgresHandler caught panic: runtime error: invalid memory address or nil pointer dereference: goroutine 314044 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/debug/stack.go:26 +0x5e
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func1(0xc0013b3f30)
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:631 +0x58
panic({0x3cb4720?, 0x7d26530?})
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/panic.go:783 +0x132
github.com/dolthub/dolt/go/store/prolly/tree.(*Node).TreeCount(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/node.go:177
github.com/dolthub/dolt/go/store/prolly/tree.StaticMap[...].Count(0x39d2b8dd5d6352bd?)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/map.go:214 +0x1d
github.com/dolthub/dolt/go/store/prolly.AddressMap.Count(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/address_map.go:66
github.com/dolthub/doltgresql/core/typecollection.(*TypeCollection).UpdateRoot(0xc07107c150, {0x58dafe0, 0xc068b01d60}, {0x5a5f8f8, 0xc032a020f0})
	/home/runner/work/doltgresql/doltgresql/core/typecollection/collection_funcs.go:171 +0x55
github.com/dolthub/doltgresql/core.updateSessionRootForDatabase(0xc068b01d60, {0xc06d248871, 0xa}, 0xc05b646280)
	/home/runner/work/doltgresql/doltgresql/core/context.go:473 +0x4c6
github.com/dolthub/doltgresql/core.CloseContextRootFinalizer(0xc068b01d60)
	/home/runner/work/doltgresql/doltgresql/core/context.go:412 +0xa5
github.com/dolthub/doltgresql/server/node.(*rootFinalizerIter).Close(0xc072670460?, 0xc068b01d60)
	/home/runner/work/doltgresql/doltgresql/server/node/context_root_finalizer.go:112 +0x55
github.com/dolthub/go-mysql-server/sql/rowexec.(*TransactionCommittingIter).Close(0xc072328e70, 0xc068b01d60)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/rowexec/transaction_iters.go:116 +0x37
github.com/dolthub/go-mysql-server/sql/plan.(*TrackedRowIter).Close(0xc043055d80, 0xc068b01d60)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/plan/process.go:340 +0x26
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func4()
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:738 +0x8b
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:93 +0x50
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 313073
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:78 +0x95 (errno 1105) (sqlstate HY000)
QUERY:          drop table dcomptable;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain posint as int check (value > 0);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create table pitable (f1 posint[]);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop table pitable;
RECEIVED ERROR: table not found: pitable (errno 1146) (sqlstate HY000)
QUERY:          create domain vc4 as varchar(4);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create table vc4table (f1 vc4[]);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          insert into vc4table values(array['too long']::vc4[]);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop table vc4table;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop type vc4;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain dposinta as posint[];
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create table dposintatable (f1 dposinta[]);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop table dposintatable;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create table dcomptable (f1 dcomptype[]);
RECEIVED ERROR: type "dcomptype" does not exist (errno 1105) (sqlstate HY000)
QUERY:          drop table dcomptable;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain dnotnull varchar(15) NOT NULL;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain dnull    varchar(15);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain dcheck   varchar(15) NOT NULL CHECK (VALUE = 'a' OR VALUE = 'c' OR VALUE = 'd');
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          SELECT cast('1' as dnotnull);
RECEIVED ERROR: DoltgresHandler caught panic: runtime error: invalid memory address or nil pointer dereference: goroutine 314277 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/debug/stack.go:26 +0x5e
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func1(0xc002c56f30)
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:631 +0x58
panic({0x3cb4720?, 0x7d26530?})
	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/panic.go:783 +0x132
github.com/dolthub/dolt/go/store/prolly/tree.(*Node).TreeCount(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/node.go:177
github.com/dolthub/dolt/go/store/prolly/tree.StaticMap[...].Count(0x39d2b8dd5d6352bd?)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/tree/map.go:214 +0x1d
github.com/dolthub/dolt/go/store/prolly.AddressMap.Count(...)
	/home/runner/go/pkg/mod/github.com/dolthub/dolt/go@v0.40.5-0.20260415052817-250fcf57cd3d/store/prolly/address_map.go:66
github.com/dolthub/doltgresql/core/typecollection.(*TypeCollection).UpdateRoot(0xc07107c150, {0x58dafe0, 0xc002b72000}, {0x5a5f8f8, 0xc032a020f0})
	/home/runner/work/doltgresql/doltgresql/core/typecollection/collection_funcs.go:171 +0x55
github.com/dolthub/doltgresql/core.updateSessionRootForDatabase(0xc002b72000, {0xc06d248871, 0xa}, 0xc05b646280)
	/home/runner/work/doltgresql/doltgresql/core/context.go:473 +0x4c6
github.com/dolthub/doltgresql/core.CloseContextRootFinalizer(0xc002b72000)
	/home/runner/work/doltgresql/doltgresql/core/context.go:412 +0xa5
github.com/dolthub/doltgresql/server/node.(*rootFinalizerIter).Close(0x3fcd0c130dca83dd?, 0xc002b72000)
	/home/runner/work/doltgresql/doltgresql/server/node/context_root_finalizer.go:112 +0x55
github.com/dolthub/go-mysql-server/sql/rowexec.(*TransactionCommittingIter).Close(0xc06848b650, 0xc002b72000)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/rowexec/transaction_iters.go:116 +0x37
github.com/dolthub/go-mysql-server/sql/plan.(*TrackedRowIter).Close(0xc068492a80, 0xc002b72000)
	/home/runner/go/pkg/mod/github.com/dolthub/go-mysql-server@v0.20.1-0.20260412215059-d7fc9477f4b7/sql/plan/process.go:340 +0x26
github.com/dolthub/doltgresql/server.(*DoltgresHandler).resultForDefaultIter.func4()
	/home/runner/work/doltgresql/doltgresql/server/doltgres_handler.go:738 +0x8b
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:93 +0x50
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 313073
	/home/runner/go/pkg/mod/golang.org/x/sync@v0.20.0/errgroup/errgroup.go:78 +0x95 (errno 1105) (sqlstate HY000)
QUERY:          drop domain dnotnull restrict;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop domain dnull restrict;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop domain dcheck restrict;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain ddef1 int4 DEFAULT 3;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain ddef2 oid DEFAULT '12';
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain ddef3 text DEFAULT 5;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create sequence ddef4_seq;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain ddef4 int4 DEFAULT nextval('ddef4_seq');
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain dnotnulltest integer;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create table domnotnull
( col1 dnotnulltest
, col2 dnotnulltest
);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          insert into domnotnull default values;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          update domnotnull set col1 = 5;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          update domnotnull set col2 = 6;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create table domdeftest (col1 ddef1);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          insert into domdeftest default values;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          insert into domdeftest default values;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          insert into domdeftest default values;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop table domdeftest;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference

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

domain

QUERY: insert into vc4table values(array['too long']);
QUERY: insert into domcontest values (-5);
QUERY: insert into domcontest values (-5);

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