Re: long wait times in ProcessCatchupEvent()

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Mladen Gogala" <mladen(dot)gogala(at)vmsinfo(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: long wait times in ProcessCatchupEvent()
Date: 2010-12-30 14:50:00
Message-ID: 4D1C47B80200002500038DBB@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com> wrote:

> May I ask what exactly is "sinval"? I took a look at Craig's
> problem and your description but I wasn't able to figure out what
> is sinval lock and what does it lock? I apologize if the question
> is stupid.

This area could probably use a README file, but you can get a good
idea from the comment starting on line 30 of this file:

http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/storage/ipc/sinvaladt.c;h=7910346dd55512be13712ea2342586d705bb0b35

It has to do with communication between processes regarding
invalidation of the shared cache.

-Kevin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Julian v. Bock 2010-12-30 15:03:53 Re: long wait times in ProcessCatchupEvent()
Previous Message Lew 2010-12-30 14:23:38 Re: PostgreSQL