Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. `log_line_prefix = '%m (%p:%h:%d:%u:%a:%v:%x) '`
  2.  
  3. `2019-08-16 05:08:57.939 GMT (62842:host:database:user:[application]:16/36976788:3643551317) LOG: process 62842 still waiting for ExclusiveLock on tuple (113892,1) of relation 14028231 of database 12345 after 1000.098 ms`
  4.  
  5. ```
  6. %p = 62842
  7. %v = 16/36976788
  8. %x = 3643551317
  9.  
  10. # special values:
  11. # %p = process ID
  12. # %v = virtual transaction ID
  13. # %x = transaction ID (0 if none)
  14. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement