Re: [HACKERS] please?

From: Hannu Krosing <hannu(at)trust(dot)ee>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Pablo Funes <pablo(at)cs(dot)brandeis(dot)edu>, tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] please?
Date: 1999-05-31 19:51:06
Message-ID: 3752E82A.87EDDF62@trust.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
> Sharing file systems. Good point. You could have a table you use to
> lock. Lock the table, view the value, possibly modify, and unlock.
> This does not handle the case where someone died and did not remove
> their entry from the lock table.

You can always write the modification time to the table as well and if
it's "too old", then try to override it.

-------
Hannu

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-31 20:00:07 Re: [HACKERS] Backend sent 0x45 type while idle
Previous Message Tom Lane 1999-05-31 19:39:54 Re: s_lock_stuck (was Problems w/ LO)