diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-29 13:20:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-29 13:20:30 +0200 |
commit | 3231650c50fc943301b3c76fe7d1f7b806f0cc62 (patch) | |
tree | d3575c1ffc1ee12a07634259a9e8a8b87ab0e670 /common/bulk/test-pgsql-enabled.std | |
parent | d776aad4d4abb8eabd240621eb3d13b59a5b17d8 (diff) |
Add support for bulk operations in PostgreSQL 14
Diffstat (limited to 'common/bulk/test-pgsql-enabled.std')
-rw-r--r-- | common/bulk/test-pgsql-enabled.std | 217 |
1 files changed, 217 insertions, 0 deletions
diff --git a/common/bulk/test-pgsql-enabled.std b/common/bulk/test-pgsql-enabled.std new file mode 100644 index 0000000..0882bf2 --- /dev/null +++ b/common/bulk/test-pgsql-enabled.std @@ -0,0 +1,217 @@ +multiple exceptions, 1 element attempted, 1 failed: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 2 elements attempted, 1 failed: +[1] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 2 elements attempted, 1 failed, fatal: +[1] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 1 element attempted, 1 failed, fatal: +[0] object already persistent + +multiple exceptions, 2 elements attempted, 1 failed, fatal: +[1] object already persistent + +multiple exceptions, 3 elements attempted, 1 failed: +[2] object already persistent + +multiple exceptions, 1 element attempted, 1 failed: +[0] object not persistent + +multiple exceptions, 2 elements attempted, 2 failed: +[0] object not persistent +[1] object not persistent + +multiple exceptions, 3 elements attempted, 3 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent + +multiple exceptions, 4 elements attempted, 4 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[3] object not persistent + +multiple exceptions, 5 elements attempted, 5 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[3] object not persistent +[4] object not persistent + +multiple exceptions, 6 elements attempted, 6 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[3] object not persistent +[4] object not persistent +[5] object not persistent + +multiple exceptions, 2 elements attempted, 1 failed: +[1] object not persistent + +multiple exceptions, 2 elements attempted, 1 failed: +[0] object not persistent + +multiple exceptions, 3 elements attempted, 2 failed: +[1] object not persistent +[2] object not persistent + +multiple exceptions, 3 elements attempted, 2 failed: +[0] object not persistent +[2] object not persistent + +multiple exceptions, 3 elements attempted, 2 failed: +[0] object not persistent +[1] object not persistent + +multiple exceptions, 4 elements attempted, 3 failed: +[0] object not persistent +[1] object not persistent +[3] object not persistent + +multiple exceptions, 4 elements attempted, 3 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent + +multiple exceptions, 7 elements attempted, 4 failed: +[0] object not persistent +[2] object not persistent +[4] object not persistent +[6] object not persistent + +multiple exceptions, 7 elements attempted, 4 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[6] object not persistent + +multiple exceptions, 3 elements attempted, 1 failed: +[2] object not persistent + +multiple exceptions, 1 element attempted, 1 failed: +[0] object not persistent + +multiple exceptions, 2 elements attempted, 2 failed: +[0] object not persistent +[1] object not persistent + +multiple exceptions, 3 elements attempted, 3 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent + +multiple exceptions, 4 elements attempted, 4 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[3] object not persistent + +multiple exceptions, 5 elements attempted, 5 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[3] object not persistent +[4] object not persistent + +multiple exceptions, 6 elements attempted, 6 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[3] object not persistent +[4] object not persistent +[5] object not persistent + +multiple exceptions, 2 elements attempted, 1 failed: +[1] object not persistent + +multiple exceptions, 2 elements attempted, 1 failed: +[0] object not persistent + +multiple exceptions, 3 elements attempted, 2 failed: +[1] object not persistent +[2] object not persistent + +multiple exceptions, 3 elements attempted, 2 failed: +[0] object not persistent +[2] object not persistent + +multiple exceptions, 3 elements attempted, 2 failed: +[0] object not persistent +[1] object not persistent + +multiple exceptions, 4 elements attempted, 3 failed: +[1] object not persistent +[2] object not persistent +[3] object not persistent + +multiple exceptions, 4 elements attempted, 3 failed: +[0] object not persistent +[2] object not persistent +[3] object not persistent + +multiple exceptions, 4 elements attempted, 3 failed: +[0] object not persistent +[1] object not persistent +[3] object not persistent + +multiple exceptions, 4 elements attempted, 3 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent + +multiple exceptions, 8 elements attempted, 4 failed: +[1] object not persistent +[3] object not persistent +[5] object not persistent +[7] object not persistent + +multiple exceptions, 10 elements attempted, 6 failed: +[0] object not persistent +[1] object not persistent +[2] object not persistent +[6] object not persistent +[7] object not persistent +[8] object not persistent + +multiple exceptions, 3 elements attempted, 1 failed: +[2] object not persistent + +multiple exceptions, 4 elements attempted, 2 failed: +[1] object changed concurrently +[3] object changed concurrently + +multiple exceptions, 4 elements attempted, 2 failed: +[1] object changed concurrently +[3] object changed concurrently + |