summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/catalog/genbki.pl1
-rw-r--r--src/backend/utils/Gen_fmgrtab.pl2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/catalog/genbki.pl b/src/backend/catalog/genbki.pl
index 1d0fd1eb42e..123c03b1c11 100644
--- a/src/backend/catalog/genbki.pl
+++ b/src/backend/catalog/genbki.pl
@@ -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";
diff --git a/src/backend/utils/Gen_fmgrtab.pl b/src/backend/utils/Gen_fmgrtab.pl
index 2aca8ac9098..5fd531341a9 100644
--- a/src/backend/utils/Gen_fmgrtab.pl
+++ b/src/backend/utils/Gen_fmgrtab.pl
@@ -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 = ();