Re: [PATCHES] [HACKERS] initdb mkdir_p() doesn't work

2003-12-01 Thread Bruce Momjian
Patch applied. Thanks. --- Andrew Dunstan wrote: > > > Andrew Dunstan wrote: > > > > > > > Peter Eisentraut wrote: > > > >> Here is what I get: > >> > >> peter ~$ pg-install/bin/initdb pg-install/var/data > >> ... > >>

Re: [PATCHES] [HACKERS] initdb mkdir_p() doesn't work

2003-11-29 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Andrew Dunstan wrote: > > > Andrew Duns

Re: [PATCHES] [HACKERS] initdb mkdir_p() doesn't work

2003-11-23 Thread Andrew Dunstan
Andrew Dunstan wrote: Peter Eisentraut wrote: Here is what I get: peter ~$ pg-install/bin/initdb pg-install/var/data ... creating directory pg-install/var/data ... initdb: failed No points for details in the error message here either. If I create pg-install/var first, then it work. I will