Re: [HACKERS] postgresql-v6.5beta2.tar.gz ... - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] postgresql-v6.5beta2.tar.gz ...
Date
Msg-id 199906080117.KAA02521@srapc451.sra.co.jp
Whole thread Raw
In response to RE: [HACKERS] postgresql-v6.5beta2.tar.gz ...  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-hackers
>vacuum calls open() directly to create pg_vlock file.
>Sometimes I was not able to open the file because of the lack of 
>file descriptors().
>FileNameOpenFile()/FileClose() etc should be called instead of 
>open()/close() etc ?

Thanks Hiroshi! I forgot to forward his message regarding pg_vlock
issue. Also note that there are some codes that directly open files in
createdb/destroydb stuffs...
--
Tatsuo Ishii



pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] postgresql-v6.5beta2.tar.gz ...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] pg_upgrade loses all data