Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33a1c21

Browse files
committed
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
1 parent 92e1583 commit 33a1c21

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/backend/catalog/genbki.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@
265265

266266
# Generate postgres.bki, postgres.description, postgres.shdescription,
267267
# and pg_*_d.h headers.
268-
print "Generating BKI files and symbol definition headers...\n";
269268

270269
# version marker for .bki file
271270
print $bki "# PostgreSQL $major_version\n";

src/backend/utils/Gen_fmgrtab.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@
8686
Catalog::FindDefinedSymbolFromData($catalog_data{pg_language},
8787
'INTERNALlanguageId');
8888

89-
print "Generating fmgrtab.c, fmgroids.h, and fmgrprotos.h...\n";
90-
9189
# Collect certain fields from pg_proc.dat.
9290
my @fmgr = ();
9391

0 commit comments

Comments
 (0)