Re: Postmaster.pid - what do the various lines stand for? - Mailing list pgsql-novice

From Paul Linehan
Subject Re: Postmaster.pid - what do the various lines stand for?
Date
Msg-id CAF4RT5TmoL_2DZZydkCJD9Td-RNDNfzBFMc4QF_NqawSBTYn+w@mail.gmail.com
Whole thread Raw
In response to Re: Postmaster.pid - what do the various lines stand for?  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postmaster.pid - what do the various lines stand for?
Next
From: Sameer Kumar
Date:
Subject: Re: Why is Hash index not transaction safe.