We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e755e70 commit cf2dc45Copy full SHA for cf2dc45
check_postgres.pl
@@ -1792,7 +1792,7 @@ package check_postgres;
1792
our $VERBOSE = $opt{verbose} || 0;
1793
$VERBOSE = 5 if $opt{vv};
1794
1795
-our $OUTPUT = lc($opt{output} || '');
+our $OUTPUT = lc($opt{output} // '');
1796
1797
## Allow the optimization of the get_methods list by an argument
1798
if ($opt{get_method}) {
@@ -11379,6 +11379,8 @@ =head1 HISTORY
11379
11380
Allow commas in passwords via --dbpass for one-connection queries (Greg Sabino Mullane) [Github issue #133]
11381
11382
+ Fix undefined variable error (Greg Sabino Mullane) [Github issue #141]
11383
+
11384
11385
=item B<Version 2.26.0> Released April 3, 2023
11386
0 commit comments