Add C version of initdb, from Andrew Dunstan.

Bruce Momjian <bruce@momjian.us>

Commit: 279598bb713829c6d718015c05bb2679e672bdf0
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-11-10T22:51:16Z
Releases: 8.0.0
Add C version of initdb, from Andrew Dunstan.

This is his original version with a binary rmdir() we might need in the
future.

I will commit an update version with cleanups shortly.

Files

PathChange+/−
src/bin/initdb/initdb.c added +2493 −0
src/bin/initdb/initdb.sh deleted +0 −1155
src/bin/initdb/Makefile modified +19 −14
src/bin/initdb/system_views.sql added +270 −0