This is a discussion on Re: Strange issue with initdb on 8.0 and Solaris automounts within the pgsql Hackers forums, part of the PostgreSQL category; --> "David Parker" <dparker@tazznetworks.com> writes: > Did initdb previously just assume the -D path existed, and now it is > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "David Parker" <dparker@tazznetworks.com> writes: > Did initdb previously just assume the -D path existed, and now it is > trying to create the whole path, if necessary? Pre-8.0 it was using mkdir(1), which might possibly contain some weird workaround for this case on Solaris. I suppose that manually creating the data directory before running initdb would also avoid this issue, since the mkdir(2) loop is only entered if we don't find the directory in existence. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |
| Thread Tools | |
| Display Modes | |
|
|