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

Commit01e386a

Browse files
committed
Avoid VACUUM FULL altogether in initdb.
Commited7b3b3 purported to remove initdb's use of VACUUM FULL,as had been agreed to in a pghackers discussion back in Dec 2014.But it missed this one ...
1 parentff402ae commit01e386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ make_template0(FILE *cmdfd)
21302130
/*
21312131
* Finally vacuum to clean up dead rows in pg_database
21322132
*/
2133-
"VACUUMFULLpg_database;\n\n",
2133+
"VACUUM pg_database;\n\n",
21342134
NULL
21352135
};
21362136

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp