]> granicus.if.org Git - postgresql/commit
Clean up initdb's error handling so that it prints something more
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Nov 2004 03:05:03 +0000 (03:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Nov 2004 03:05:03 +0000 (03:05 +0000)
commit66cd8150636e48a8f143560136a25ec5eb355d8c
tree4050d060e3c0a3a3cb23657d75a32ff397cd0ef2
parentb2fcef64af07cc7b2735b677ef15d8e12ae8491a
Clean up initdb's error handling so that it prints something more
useful than just \'failed\' when there's a problem.  Per gripe from
Chris Albertson.

In an unrelated change, use VACUUM FULL; VACUUM FREEZE; rather than
a single VACUUM FULL FREEZE command, to respond to my worries of a
couple days ago about the reliability of doing this in one go.
src/bin/initdb/initdb.c