]> granicus.if.org Git - postgresql/commit
Preliminary code review for C version of initdb. Re-centralize handling
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Nov 2003 23:46:31 +0000 (23:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Nov 2003 23:46:31 +0000 (23:46 +0000)
commit18f58a048ebb08761a43e2c8cfd7fe2d69f2d93b
tree3fc5dd28b6c5e7a5115a8f5cc0f8b758be8d139a
parent01e62da191b2d59759613f8ff03b9a465992639f
Preliminary code review for C version of initdb.  Re-centralize handling
of option switches for backend, fix handling of COPY from data files so
that we won't have the newline-after-\. issue back again, add back some
comments and printouts lost from the shell script, etc.  Still needs work
for error handling; in particular the shell version worked much more
nicely for the case of a postgres executable that fails on invocation.
src/bin/initdb/initdb.c