File: function_with_strings.obfuscated.txt

package info (click to toggle)
golang-github-newrelic-go-agent 3.15.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,356 kB
  • sloc: sh: 65; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
 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)