check_postgres icon indicating copy to clipboard operation
check_postgres copied to clipboard

Fix uninitialized value warning with empty query

Open mbra opened this issue 5 years ago • 0 comments

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.

mbra avatar Apr 13 '19 09:04 mbra