Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created June 6, 2016 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/21848cb8e45cc3635efb1b5154e38aa7 to your computer and use it in GitHub Desktop.
Save peterbe/21848cb8e45cc3635efb1b5154e38aa7 to your computer and use it in GitHub Desktop.
select signature, bug_id from bug_associations where signature in (
'js::ObjectGroup::sweep',
'strncpy | js::DecompileValueGenerator'
);
@peterbe
Copy link
Author

peterbe commented Jun 6, 2016

Result:

               signature               | bug_id
---------------------------------------+---------
 js::ObjectGroup::sweep                | 1112741
 js::ObjectGroup::sweep                | 1263916
 strncpy | js::DecompileValueGenerator | 1154388
 strncpy | js::DecompileValueGenerator | 1181142
(4 rows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment