mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
MSVC: Repair libpq.rc generator.
It generates an empty file, so libpq.dll advertises no version
information. Commit facde2a98f
mistranslated "print O;" in this one place.
This commit is contained in:
@ -392,7 +392,7 @@ s{PG_VERSION_STR "[^"]+"}{PG_VERSION_STR "PostgreSQL $self->{strver}$extraver, c
|
|||||||
while (<$i>)
|
while (<$i>)
|
||||||
{
|
{
|
||||||
s/(VERSION.*),0/$1,$d/;
|
s/(VERSION.*),0/$1,$d/;
|
||||||
print $o;
|
print $o $_;
|
||||||
}
|
}
|
||||||
close($i);
|
close($i);
|
||||||
close($o);
|
close($o);
|
||||||
|
Reference in New Issue
Block a user