summaryrefslogtreecommitdiff
path: root/src/backend/utils/Gen_fmgrtab.pl
diff options
context:
space:
mode:
authorPeter Eisentraut2018-04-30 18:18:07 +0000
committerPeter Eisentraut2018-04-30 18:18:07 +0000
commit33a1c2145cd5eba2148e8288997f1d70058fc920 (patch)
treeed5b2601be6e87b6f3a312bbabc12fe7fb733eb3 /src/backend/utils/Gen_fmgrtab.pl
parent92e1583b439ffab1d20419998895932e4fbe32fd (diff)
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
Diffstat (limited to 'src/backend/utils/Gen_fmgrtab.pl')
-rw-r--r--src/backend/utils/Gen_fmgrtab.pl2
1 files changed, 0 insertions, 2 deletions
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 = ();