]> granicus.if.org Git - postgresql/commit
Avoid VACUUM FULL altogether in initdb.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Dec 2015 01:09:01 +0000 (20:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Dec 2015 01:09:01 +0000 (20:09 -0500)
commit01e386a325549b7755739f31308de4be8eea110d
tree7b3e0a819a05e4461fea9771c48ef9278bf40b18
parentff402ae11b4d33e0e46c2730f63033d3631b8010
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 ...
src/bin/initdb/initdb.c