Tom Lane writes:
> > [*] -- The postmaster should refuse to start when the data directory is
> > not an absolute path. I'm on that.
>
> Either that, or convert it to an absolute path. The problem is that the
> backends chdir() to their individual databases' data directories, so
> relative paths that were OK from the postmaster's perspective are no
> good anymore.
Is there a profound reason for this chdir()?
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2000-11-03 20:55:11 |
| Subject: Re: Why is failure to find file a "NOTICE"? |
| Previous: | From: Ian Lance Taylor | Date: 2000-11-03 20:48:07 |
| Subject: Re: [HACKERS] 7.0.3 branded |