Fix spec test concurrency issue related to tx=commit on simple_pk

This commit is contained in:
Wolfgang Walther
2020-12-29 23:58:37 +01:00
committed by GitHub
parent 8e02551956
commit 2015688312
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -666,6 +666,12 @@ CREATE TABLE simple_pk (
extra character varying NOT NULL
);
CREATE TABLE simple_pk2 (
PRIMARY KEY (k),
k character varying NOT NULL,
extra character varying NOT NULL
);
CREATE TABLE users (
id integer primary key,
name text NOT NULL