mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Avoid VACUUM FULL altogether in initdb.
Commit ed7b3b3811c5836a 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 ...
This commit is contained in:
parent
ff402ae11b
commit
01e386a325
@ -2130,7 +2130,7 @@ make_template0(FILE *cmdfd)
|
|||||||
/*
|
/*
|
||||||
* Finally vacuum to clean up dead rows in pg_database
|
* Finally vacuum to clean up dead rows in pg_database
|
||||||
*/
|
*/
|
||||||
"VACUUM FULL pg_database;\n\n",
|
"VACUUM pg_database;\n\n",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user