Skip to content

Commit

Permalink
Undo patch for CORE-3468
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Mar 21, 2012
1 parent 50e7f41 commit c208eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jrd/dpm.epp
Original file line number Diff line number Diff line change
Expand Up @@ -2741,7 +2741,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. */

data_page* dpage = (data_page*) CCH_fake(tdbb, window, -1);
data_page* dpage = (data_page*) CCH_FETCH_TIMEOUT(tdbb, window, LCK_write, pag_undefined, -1);

/* In the case of a timeout, retry the whole thing. */

Expand Down

0 comments on commit c208eaf

Please sign in to comment.