From 332828e0a74fe6e4ee58f33570a5cce01f2c15d3 Mon Sep 17 00:00:00 2001 From: Mehmet Yilmaz Date: Mon, 23 Dec 2024 12:08:03 +0300 Subject: [PATCH] comment added --- src/test/regress/spec/isolation_multiuser_locking.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/test/regress/spec/isolation_multiuser_locking.spec b/src/test/regress/spec/isolation_multiuser_locking.spec index 99bf8d2f4..e892cb636 100644 --- a/src/test/regress/spec/isolation_multiuser_locking.spec +++ b/src/test/regress/spec/isolation_multiuser_locking.spec @@ -1,6 +1,14 @@ // Two alternative test outputs: // isolation_multiuser_locking_0.out for PG16 and before // isolation_multiuser_locking.out for PG17 +// +// REINDEX TABLE now requires table ownership (PostgreSQL commit ecb0fd337). +// UPDATE statements include 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 {