Sha256: a902f0f5ae9e7c2d66439a11363a094a73aba9dcf2c244c5aa42da6d54c65aab

Contents?: true

Size: 309 Bytes

Versions: 45

Compression:

Stored size: 309 Bytes

Contents

 Hash Join  (cost=12.93..26.33 rows=130 width=1113)
   Hash Cond: (pg_catalog.concat(blogs.title, ?) = (posts.title)::text)
   ->  Seq Scan on blogs  (cost=0.00..11.40 rows=140 width=540)
   ->  Hash  (cost=11.30..11.30 rows=130 width=573)
         ->  Seq Scan on posts  (cost=0.00..11.30 rows=130 width=573)

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
newrelic_rpm-3.9.0.229 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt
newrelic_rpm-3.8.1.221 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt
newrelic_rpm-3.8.0.218 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt
newrelic_rpm-3.7.3.204 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt
newrelic_rpm-3.7.3.199 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt