| 109 | } |
| 110 | |
| 111 | static inline void PAGE_LOCK_RE_POST(thread_db* tdbb, BufferControl* bcb, Lock* lock) |
| 112 | { |
| 113 | if (!(bcb->bcb_flags & BCB_exclusive)) |
| 114 | { |
| 115 | CCH_TRACE(("LCK REP %" SQUADFORMAT, lock->getKey())); |
| 116 | LCK_re_post(tdbb, lock); |
| 117 | } |
| 118 | } |
| 119 | |
| 120 | enum LatchState |
| 121 | { |
no test coverage detected