locator_sr.c (41 sites) |
lock_object, lock_unlock_object, lock_classes_lock_hint |
object fetch / store / DDL — the dominant caller |
btree.c (13) |
lock_object, …donot_move_to_non2pl |
key locks, FK checks — those rows never reach the client |
heap_file.c (8) |
lock_scan, lock_object |
class IS at scan start, row locks per fetch |
scan_manager.c (4) |
lock_hold_object_instant → lock_object |
optimistic probe first, blocking lock as fallback |
query_executor.c (4) |
instant-mode brackets, composite lock |
WHERE evaluation; bulk DELETE / UPDATE |
serial.c (4) |
lock_object(X), lock_unlock_object |
NEXT VALUE — the main NON2PL exerciser under RC |
log_manager.c (5) |
lock_unlock_all |
commit / rollback — the only bulk-release caller |