Re: autovacuum and locks

From: "Dietmar Maurer" <dietmar(at)maurer-it(dot)com>
To: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: autovacuum and locks
Date: 2007-10-23 15:03:51
Message-ID: E88155B5BD67CE4D87A3F1F70950B96A1AFA9A@berta.maurer-it.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > Anyways, i am trying to avoid locks now, by using my own merge
> > function to avoid update/insert race condition.
> >
> > Or what is the suggested way to avoid the update/insert
> race condition?.
>
> What update/insert race condition? Maybe you are talking
> about the subject of example 37-1 here:

Yes, i talk about Example 37-1

- Dietmar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2007-10-23 15:14:14 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Previous Message Alvaro Herrera 2007-10-23 14:57:53 Re: autovacuum and locks