Remove "Generating" output from catalog scripts

So by default, they don't output anything if everything is well.

Discussion: https://www.postgresql.org/message-id/867f8a1a-6cf0-d835-78d8-0844e4936241%402ndquadrant.com
This commit is contained in:
Peter Eisentraut 2018-04-30 14:18:07 -04:00
parent 92e1583b43
commit 33a1c2145c
2 changed files with 0 additions and 3 deletions

View File

@ -265,7 +265,6 @@ open my $shdescr, '>', $shdescrfile . $tmpext
# Generate postgres.bki, postgres.description, postgres.shdescription,
# and pg_*_d.h headers.
print "Generating BKI files and symbol definition headers...\n";
# version marker for .bki file
print $bki "# PostgreSQL $major_version\n";

View File

@ -86,8 +86,6 @@ my $INTERNALlanguageId =
Catalog::FindDefinedSymbolFromData($catalog_data{pg_language},
'INTERNALlanguageId');
print "Generating fmgrtab.c, fmgroids.h, and fmgrprotos.h...\n";
# Collect certain fields from pg_proc.dat.
my @fmgr = ();