From: | "Klaus P(dot) Pieper" <kpi6288(at)gmail(dot)com> |
---|---|
To: | "'PG-General Mailing List'" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_upgrade --link on Windows |
Date: | 2017-06-14 07:59:04 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-general |
> -----Ursprüngliche Nachricht-----
>
> I apologize for not being smarter on this thread. When I helped with the
> Windows port, I was told Windows didn't have hard links for use by
tablespace
> directories, so I got it into my head that Windows didn't have hard links.
> Therefore, when I was writing the docs, I called them junction points.
It's actually not "Windows" providing hard links, it is the file system
NTFS. FAT and its modern cousins don't provide hard links - but this will
rarely be used for databases these days.
However, ReFS (introduced with server 2012 and providing some new features
like automatic integrity checks, clustering etc.) does no longer provide
hard links.
Are hard links used anywhere else but in pg_upgrade?
Klaus
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2017-06-14 16:00:09 | Re: pg_upgrade --link on Windows |
Previous Message | Bruce Momjian | 2017-06-13 20:07:48 | Re: [GENERAL] pg_upgrade --link on Windows |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Anderson | 2017-06-14 14:08:01 | Re: pg_catalog tables don't have constraints? |
Previous Message | kbrannen | 2017-06-13 22:24:44 | Re: pg_catalog tables don't have constraints? |