PG advisory locks in Go with built-in hashes
The article discusses how to useadvisory locksin Postgres using a string as a lock key in Go. - Advisory locks allow clients to take out specific locks with meanings defined by an application, and they are useful for app coordination. - Postgres tracks lock IDs as integers internally, but it's commo.. read more Â










