Commit 3381898f authored by Noah Misch's avatar Noah Misch

MSVC: Repair libpq.rc generator.

It generates an empty file, so libpq.dll advertises no version
information.  Commit facde2a9
mistranslated "print O;" in this one place.
parent ec4073f6
......@@ -392,7 +392,7 @@ s{PG_VERSION_STR "[^"]+"}{PG_VERSION_STR "PostgreSQL $self->{strver}$extraver, c
while (<$i>)
{
s/(VERSION.*),0/$1,$d/;
print $o;
print $o $_;
}
close($i);
close($o);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment