Skip to content

Commit 008d61e

Browse files
committed
Uncomment code, quick POD fix
1 parent ab94f2b commit 008d61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_postgres.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5971,7 +5971,7 @@ sub check_locks {
59715971
}
59725972
if ($critical) {
59735973
for my $l (keys %{$critical}) {
5974-
#$dblock{$k}{$l} = 0 if ! exists $dblock{$k}{$l};
5974+
$dblock{$k}{$l} = 0 if ! exists $dblock{$k}{$l};
59755975
}
59765976
}
59775977
for my $m (keys %{$dblock{$k}}){
@@ -9147,7 +9147,7 @@ =head1 DATABASE CONNECTION OPTIONS
91479147
The documentation for this file can be found at
91489148
L<https://www.postgresql.org/docs/current/static/libpq-pgservice.html>
91499149
9150-
9150+
=back
91519151
91529152
The database connection options can be grouped: I<--host=a,b --host=c --port=1234 --port=3344>
91539153
would connect to a-1234, b-1234, and c-3344. Note that once set, an option

0 commit comments

Comments
 (0)