Hi all: I am a fresh men in PostgreSQL. And i work on benchmark study these days using PostgreSQL.
Now i have a question: Is there some way to show the lock contention of PostgreSQL? As I know, you can use *show mutex status* in MySQL to find which mutex is hot. But i don't know in PostgreSQL. Any ideas? Thanks!