CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 03/11/10 18:51:16
Modified files:
src/bin/initdb : Makefile
Added files:
src/bin/initdb : initdb.c system_views.sql
Removed files:
src/bin/initdb : initdb.sh
Log message:
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.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match