Re: flock user defined function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Goughnour <cgoughnour(at)hotp(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: flock user defined function
Date: 2004-06-22 22:49:05
Message-ID: 23898.1087944545@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Goughnour <cgoughnour(at)hotp(dot)com> writes:
> Any suggestions? Thanks in advance.

I believe locks are associated with file descriptors (what you're
miscalling a handle). The unlock function cannot release a lock
that is held via a different descriptor. What it needs to be doing
is closing the descriptor that lockFile opened. This would also
solve the rather serious descriptor-leak problem you've got.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2004-06-22 22:50:33 Re: flock user defined function
Previous Message Ed L. 2004-06-22 22:47:47 Planner choice & tuning