Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd5a2c41

Browse files
committed
Remove non-existing variable reference in MSVC's Solution.pm
The version string is grabbed from PACKAGE_VERSION in pg_config.h in theMSVC build since8f4fb4c, but an error message referenced a variablethat existed before that. This had no consequences except if one messesup enough with the version number of the build.Author: Anton VoloshinDiscussion:https://postgr.es/m/af79ee1b-9962-b299-98e1-f90a289e19e6@postgrespro.ruBackpatch-through: 13
1 parent704e1db commitd5a2c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ sub GenerateFiles
176176

177177
if ($package_version !~/^(\d+)(?:\.(\d+))?/)
178178
{
179-
confess"Bad format of version:$self->{strver}\n";
179+
confess"Bad format of version:$package_version\n";
180180
}
181181
$majorver =sprintf("%d",$1);
182182
$minorver =sprintf("%d",$2 ?$2 : 0);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp