mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Undo patch for CORE-3468
This commit is contained in:
parent
a9d7f049d1
commit
b1c6cfb23a
@ -2781,7 +2781,7 @@ static void extend_relation( thread_db* tdbb, jrd_rel* relation, WIN* window)
|
||||
// To prevent possible deadlocks (since we own already an exlusive latch and we
|
||||
// are asking for another exclusive latch), time out on the latch after 1 second.
|
||||
|
||||
dpage = (data_page*) CCH_fake(tdbb, window, -1);
|
||||
dpage = (data_page*) CCH_FETCH_TIMEOUT(tdbb, window, LCK_write, pag_undefined, -1);
|
||||
|
||||
// In the case of a timeout, retry the whole thing.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user