You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens sporadically with SQLsmith, can't reproduce it:
CREATE TABLE pg_temp_foo (col int);
update public.pg_temp_foo set
col = public.pg_temp_foo.col
returning
public.pg_temp_foo.col as c0,
public.pg_temp_foo.col as c1,
public.pg_temp_foo.col as c2,
public.pg_temp_foo.col as c3;
Fails with:
ERROR: Remote error: Illegal state (yb/client/transaction.cc:678): Attempt to release transaction in the wrong state 26e34c72-9ccf-4d4a-99d0-c0c0e29f97a7: kAborted