Re: Postmaster.pid - what do the various lines stand for?

Поиск
Список
Период
Сортировка
От Paul Linehan
Тема Re: Postmaster.pid - what do the various lines stand for?
Дата
Msg-id CAF4RT5TmoL_2DZZydkCJD9Td-RNDNfzBFMc4QF_NqawSBTYn+w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postmaster.pid - what do the various lines stand for?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-novice
>> what does the bit of the path inst/./data - I'm unclear as to what the .
>> (dot)
>> in the middle of that path means.


> . (Dot) means the same directory - self-referencing
> .. (Dot dot) means the parent directory

> Inst/./data == inst/data
> Inst/data/.. == inst


Yes, I'm fully aware of the . (dot) notation in Unix meaning the current
directory.

However, I'm confused as to why one would have a path

...../inst/./data

and not just simply use

...../inst/data   ?

I've seen this when compiling MySQL and it's always puzzled me.

Thanks for your input so far.


Pól Ua Laoínecháin

--

linehanp@tcd.ie

Mob: 00 353 86 864 5772


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postmaster.pid - what do the various lines stand for?
Следующее
От: Sameer Kumar
Дата:
Сообщение: Re: Why is Hash index not transaction safe.