predicate lock
RU: предикатная блокировка
An SIREAD lock acquired by PostgreSQL's SSI engine on every tuple, page, or relation a serializable transaction reads. Predicate locks never block writes — they only track which data was read so the SSI conflict detector can identify dangerous rw-antidependency structures that indicate a potential serialization anomaly.