pull/7714/head
Mehmet Yilmaz 2024-12-19 22:11:11 +03:00 committed by naisila
parent 959b4bfe72
commit 4486abdabc
3 changed files with 233 additions and 233 deletions

View File

@ -23,7 +23,7 @@ step s2-begin:
step s2-reindex:
REINDEX TABLE test_table;
ERROR: must be owner of table test_table
ERROR: permission denied for table test_table
step s1-insert:
UPDATE test_table SET column2 = 1;
@ -61,17 +61,16 @@ step s2-begin:
step s2-reindex:
REINDEX TABLE test_table;
ERROR: must be owner of table test_table
step s1-insert:
UPDATE test_table SET column2 = 1;
<waiting ...>
step s2-insert:
UPDATE test_table SET column2 = 2;
ERROR: current transaction is aborted, commands ignored until end of transaction block
step s2-commit:
COMMIT;
step s1-insert: <... completed>
step s1-commit:
COMMIT;

View File

@ -23,7 +23,7 @@ step s2-begin:
step s2-reindex:
REINDEX TABLE test_table;
ERROR: permission denied for table test_table
ERROR: must be owner of table test_table
step s1-insert:
UPDATE test_table SET column2 = 1;
@ -61,16 +61,17 @@ step s2-begin:
step s2-reindex:
REINDEX TABLE test_table;
ERROR: must be owner of table test_table
step s1-insert:
UPDATE test_table SET column2 = 1;
<waiting ...>
step s2-insert:
UPDATE test_table SET column2 = 2;
ERROR: current transaction is aborted, commands ignored until end of transaction block
step s2-commit:
COMMIT;
step s1-insert: <... completed>
step s1-commit:
COMMIT;

View File

@ -1,6 +1,6 @@
// Two alternative test outputs:
// isolation_multiuser_locking.out for PG16 and before
// isolation_multiuser_locking_0.out for PG17
// isolation_multiuser_locking_0.out for PG16 and before
// isolation_multiuser_locking.out for PG17
setup
{