check_postgres
check_postgres copied to clipboard
Fix uninitialized value warning with empty query
Since $maxr->{query}
may be an empty string, we need to guard against
falling back to the old, undefined, column name and trigger a warning.