Re: fcntl(SETLK) [was Re: 2nd update on TOAST] - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: fcntl(SETLK) [was Re: 2nd update on TOAST]
Date
Msg-id 20000708225732N.t-ishii@sra.co.jp
Whole thread Raw
In response to fcntl(SETLK) [was Re: 2nd update on TOAST]  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: fcntl(SETLK) [was Re: 2nd update on TOAST]  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
> > But how do you know if that file still belongs to an active postmaster? 
> > What if it exited before removing the file.  Seems we would have to
> > write the PID into the file, and do a kill() to see if it is running.

I believe we already do this (SetPidFile() in
utils/init/miscinit.c). Isn't it sufficient (1) to prevent starting a
new postmaster on the same data dir and (2) to unlink the accidently
left socket file?
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: Re: postgres TODO
Next
From: Tatsuo Ishii
Date:
Subject: Re: fcntl(SETLK) [was Re: 2nd update on TOAST]