The following bug has been logged on the website:
Bug reference: 13920
Logged by: Valeriy
Email address: mtakvel(at)gmail(dot)com
PostgreSQL version: 9.5.0
Operating system: Ubuntu
Description:
Hello, I have few high load big tables. My logic calls
pg_try_advisory_xact_lock(bitint) for locking row in current table. As I see
with bigint param pg_try_advisory_xact_lock lock same ids for all my tables.
Insthead lock only row in one current table. Looks like this is bug and will
be cool if you fix it.