Add C version of initdb, from Andrew Dunstan.
authorBruce Momjian <bruce@momjian.us>
Mon, 10 Nov 2003 22:51:16 +0000 (22:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 10 Nov 2003 22:51:16 +0000 (22:51 +0000)
commit279598bb713829c6d718015c05bb2679e672bdf0
treec9902f454da8a68de6b629af78928488a0566522
parent5e8a8865e753af5ff925177e7a8efa1ec8b2ff92
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.
src/bin/initdb/Makefile
src/bin/initdb/initdb.c [new file with mode: 0644]
src/bin/initdb/initdb.sh [deleted file]
src/bin/initdb/system_views.sql [new file with mode: 0755]