Re: Improving backend startup interlock
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Giles Lean <giles@nemeton.com.au>
Cc: pgsql-hackers@postgreSQL.org
Date: 2002-09-29T01:47:59Z
Lists: pgsql-hackers
Giles Lean <giles@nemeton.com.au> writes: > Is there some reason that file locking is not acceptable? Is there > any platform or filesystem supported for use with PostgreSQL which > doesn't have working exclusive file locking? How would we know? We have never tried to use such a feature. For sure I would not trust it on an NFS filesystem. (Although we disparage running an NFS-mounted database, people do it anyway.) regards, tom lane