Guest User

Untitled

a guest
Nov 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Customer Load (0.6ms) SELECT "customers".* FROM "customers" WHERE "customers"."uid" = '0' LIMIT 1
  2. (0.6ms) SAVEPOINT active_record_1
  3.  
  4. # SELECT locktype, pl.pid, datname, query, query_start, state_change, waiting, state FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid = psa.pid;
  5.  
  6. relation | 97 | sandbox_test | SELECT "customers".* FROM "customers" WHERE "customers"."uid" = '0' LIMIT 1 | 2017-11-20 15:46:13.825744+00 | 2017-11-20 15:46:13.825771+00 | f | idle in transaction
  7. relation | 97 | sandbox_test | SELECT "customers".* FROM "customers" WHERE "customers"."uid" = '0' LIMIT 1 | 2017-11-20 15:46:13.825744+00 | 2017-11-20 15:46:13.825771+00 | f | idle in transaction
  8. relation | 97 | sandbox_test | SELECT "customers".* FROM "customers" WHERE "customers"."uid" = '0' LIMIT 1 | 2017-11-20 15:46:13.825744+00 | 2017-11-20 15:46:13.825771+00 | f | idle in transaction
  9. ... another 20 times or so
  10. relation | 97 | sandbox_test | SELECT "customers".* FROM "customers" WHERE "customers"."uid" = '0' LIMIT 1 | 2017-11-20 15:46:13.825744+00 | 2017-11-20 15:46:13.825771+00 | f | idle in transaction
  11.  
  12. gem 'rails', '3.2.22.5'
  13. gem 'pg', '0.17.1'
  14. gem 'test-unit-rails', '1.0.4'
  15. gem 'mocha', '0.13.3', :require => false
Add Comment
Please, Sign In to add comment