Sha256: b5a11301bb2b4e0c61c1d3457d30378f003a6650cc880249f1e45fc644dd4ee6

Contents?: true

Size: 317 Bytes

Versions: 45

Compression:

Stored size: 317 Bytes

Contents

 Hash Join  (cost=12.93..26.33 rows=130 width=1113)
   Hash Cond: (pg_catalog.concat(blogs.title, '-suffix') = (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.explain.txt
newrelic_rpm-3.8.1.221 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt
newrelic_rpm-3.8.0.218 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt
newrelic_rpm-3.7.3.204 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt
newrelic_rpm-3.7.3.199 test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt