| Module | NewRelic::Agent::Database::PostgresExplainObfuscator |
| In: |
lib/new_relic/agent/database/postgres_explain_obfuscator.rb
|
| QUOTED_STRINGS_REGEX | = | /'(?:[^']|'')*'|"(?:[^"]|"")*"/ | Note that this regex can‘t be shared with the ones in the Database::Obfuscator class because here we don‘t look for backslash-escaped strings. | |
| LABEL_LINE_REGEX | = | /^([^:\n]*:\s+).*$/.freeze |