1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00
Michael Paquier
This commit is contained in:
Magnus Hagander
2015-04-09 14:15:39 +02:00
parent 8ae4600cd9
commit c9970ab937

View File

@ -664,7 +664,7 @@ sub AddSimpleFrontend
$p->AddReference($libpq); $p->AddReference($libpq);
} }
# Adjust module definition using frontent variables # Adjust module definition using frontend variables
AdjustFrontendProj($p); AdjustFrontendProj($p);
return $p; return $p;