Path expansion in initdb

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Path expansion in initdb
Дата
Msg-id 200411020134.52513.peter_e@gmx.net
обсуждение исходный текст
Список pgsql-hackers
It used to be that calling
   initdb -D /some/where

suggested starting
   postmaster -D /some/where

and
   ./mydir/bin/initdb -D ./mydir/var/data

suggested starting
   ./mydir/bin/postmaster -D ./mydir/var/data

In the current sources, the path to the postmaster is fully expanded in 
either case (resulting in something like 
/home/peter/./mydir/bin/postmaster in the second case).  (Curiously, 
the data directory path is not changed.)  I don't find this to be an 
improvement.  Is there a reason for this change?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: UPDATE is not allowed in a non-volatile function
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: gettext calls in pgport