comment added

pull/7714/head
Mehmet Yilmaz 2024-12-23 12:08:03 +03:00 committed by naisila
parent 89ade234ea
commit 332828e0a7
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
// Two alternative test outputs: // Two alternative test outputs:
// isolation_multiuser_locking_0.out for PG16 and before // isolation_multiuser_locking_0.out for PG16 and before
// isolation_multiuser_locking.out for PG17 // isolation_multiuser_locking.out for PG17
//
// REINDEX TABLE now requires table ownership (PostgreSQL commit ecb0fd337).
// UPDATE statements include <waiting ...> to reflect new lock waiting behavior.
// Previous behavior: Transactions failed with "current transaction is aborted".
// New behavior: Transactions wait for locks, ensuring proper isolation.
// <... completed> tracks transaction states for clarity with locking changes.
// Reference: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=ecb0fd337
setup setup
{ {