two questions related to tablespace in PG8.0.1

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: two questions related to tablespace in PG8.0.1
Date: 2005-03-09 04:41:51
Message-ID: d0lv2u$vuo$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are two questions related to PG8.0.1:

1. durability of "create tablespace" - what happens if several checkpoints
done after "create tablespace" then system crashes - without redo, will the
PG_VERSION file and symlinks survive in win32? Seems checkpoint didn't sync
the content of PG_VERSION file.

2. possible race on "set_short_version(location)" while creating
tablespace - what if two processes reach this point at the same time? So
directory emptiness check will not fail and both will create their own
PG_VERSION file ...

Thanks,
Qingqing

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-03-09 06:00:24 Re: two questions related to tablespace in PG8.0.1
Previous Message Bruce Momjian 2005-03-09 04:30:54 Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2