Advertisement
Guest User

Untitled

a guest
Jul 5th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. 2019-07-05 21:41:32.263 UTC [72] LOG: statement: BEGIN
  2. 2019-07-05 21:41:32.263 UTC [72] LOG: duration: 0.443 ms
  3. 2019-07-05 21:41:32.265 UTC [72] LOG: statement: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
  4. 2019-07-05 21:41:32.266 UTC [72] LOG: duration: 0.417 ms
  5. 2019-07-05 21:41:32.269 UTC [72] LOG: duration: 0.683 ms
  6. 2019-07-05 21:41:32.272 UTC [72] LOG: duration: 0.546 ms
  7. 2019-07-05 21:41:32.273 UTC [72] LOG: execute <unnamed>:
  8. SELECT j.* FROM j WHERE "type" = $1 ORDER BY started_at DESC LIMIT 1
  9. 2019-07-05 21:41:32.273 UTC [72] DETAIL: parameters: $1 = 'points_paid'
  10. 2019-07-05 21:41:32.274 UTC [72] LOG: duration: 1.207 ms
  11.  
  12.  
  13. 2019-07-05 21:41:32.275 UTC [73] LOG: statement: BEGIN
  14. 2019-07-05 21:41:32.275 UTC [73] LOG: duration: 0.528 ms
  15. 2019-07-05 21:41:32.276 UTC [72] LOG: duration: 0.258 ms
  16. 2019-07-05 21:41:32.277 UTC [73] LOG: statement: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
  17. 2019-07-05 21:41:32.277 UTC [73] LOG: duration: 0.226 ms
  18.  
  19. 2019-07-05 21:41:32.281 UTC [72] LOG: duration: 0.346 ms
  20. 2019-07-05 21:41:32.281 UTC [72] LOG: execute <unnamed>:
  21. INSERT INTO j ("type")
  22. VALUES ($1)
  23. RETURNING *
  24. 2019-07-05 21:41:32.281 UTC [72] DETAIL: parameters: $1 = 'points_paid'
  25. 2019-07-05 21:41:32.282 UTC [72] LOG: duration: 0.873 ms
  26. 2019-07-05 21:41:32.284 UTC [73] LOG: duration: 2.169 ms
  27. 2019-07-05 21:41:32.285 UTC [72] LOG: statement: COMMIT
  28. 2019-07-05 21:41:32.286 UTC [72] LOG: duration: 1.451 ms
  29. 2019-07-05 21:41:32.289 UTC [72] LOG: duration: 0.183 ms
  30. 2019-07-05 21:41:32.290 UTC [73] LOG: duration: 2.416 ms
  31. 2019-07-05 21:41:32.290 UTC [73] LOG: execute <unnamed>:
  32. SELECT j.*
  33. FROM j
  34. WHERE "type" = $1
  35. ORDER BY started_at DESC
  36. LIMIT 1
  37. 2019-07-05 21:41:32.290 UTC [73] DETAIL: parameters: $1 = 'points_paid'
  38. 2019-07-05 21:41:32.291 UTC [72] LOG: duration: 0.566 ms
  39. 2019-07-05 21:41:32.291 UTC [72] LOG: execute <unnamed>: UPDATE j
  40. SET complete = true, error = $2
  41. WHERE id = $1 AND complete = false
  42. 2019-07-05 21:41:32.291 UTC [72] DETAIL: parameters: $1 = '2', $2 = ''
  43. 2019-07-05 21:41:32.292 UTC [72] LOG: duration: 0.930 ms
  44. 2019-07-05 21:41:32.293 UTC [73] LOG: duration: 2.771 ms
  45. 2019-07-05 21:41:32.299 UTC [73] LOG: duration: 0.115 ms
  46. 2019-07-05 21:41:32.303 UTC [72] LOG: statement: BEGIN
  47. 2019-07-05 21:41:32.304 UTC [72] LOG: duration: 0.781 ms
  48. 2019-07-05 21:41:32.304 UTC [73] LOG: duration: 1.730 ms
  49. 2019-07-05 21:41:32.305 UTC [73] LOG: execute <unnamed>:
  50. INSERT INTO j ("type")
  51. VALUES ($1)
  52. RETURNING *
  53. 2019-07-05 21:41:32.305 UTC [73] DETAIL: parameters: $1 = 'points_paid'
  54. 2019-07-05 21:41:32.306 UTC [73] LOG: duration: 1.419 ms
  55. 2019-07-05 21:41:32.307 UTC [72] LOG: statement: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
  56. 2019-07-05 21:41:32.307 UTC [72] LOG: duration: 0.517 ms
  57. 2019-07-05 21:41:32.309 UTC [73] LOG: statement: COMMIT
  58. 2019-07-05 21:41:32.310 UTC [72] LOG: duration: 0.115 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement