Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33a1c21

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 parent92e1583 commit33a1c21

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)

[8]ページ先頭

©2009-2025 Movatter.jp