Обсуждение: pgsql-server/src/bin/initdb Makefile initdb.c ...
pgsql-server/src/bin/initdb Makefile initdb.c ...
От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 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.
momjian@svr1.postgresql.org (Bruce Momjian) writes:
> Modified files:
> src/bin/initdb : Makefile
> Added files:
> src/bin/initdb : initdb.c system_views.sql
> Removed files:
> src/bin/initdb : initdb.sh
Shouldn't system_views.sql go into backend/catalog? That's where
information_schema.sql lives.
regards, tom lane
Tom Lane wrote: > momjian@svr1.postgresql.org (Bruce Momjian) writes: > > Modified files: > > src/bin/initdb : Makefile > > Added files: > > src/bin/initdb : initdb.c system_views.sql > > Removed files: > > src/bin/initdb : initdb.sh > > Shouldn't system_views.sql go into backend/catalog? That's where > information_schema.sql lives. OK, I will move it. Thanks. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073