Skip to content

Commit d9505e4

Browse files
author
David Christensen
committed
Remove unnecessary (and broken) call to verify_version()
This got inadvertently included and broke version checks when a local PostgreSQL installation was not included. Reported-by: Ed Sabol
1 parent dac64e9 commit d9505e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

check_postgres.pl

-3
Original file line numberDiff line numberDiff line change
@@ -6034,9 +6034,6 @@ sub find_new_version {
60346034
my $exec = shift or die;
60356035
my $url = shift or die;
60366036

6037-
6038-
my $version = verify_version();
6039-
60406037
## The format is X.Y.Z [optional message]
60416038
my $versionre = qr{((\d+)\.(\d+)(?:\.(\d+))?)(?:\s+(.*))?};
60426039

0 commit comments

Comments
 (0)