8
0
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:
hvlad 2012-03-21 12:55:32 +00:00
parent a9d7f049d1
commit b1c6cfb23a

View File

@ -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.