pgsql/src/backend/storage/ipc sinval.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/storage/ipc sinval.c
Date: 2001-09-29 15:29:48
Message-ID: 200109291529.f8TFTmU33409@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/09/29 11:29:48

Modified files:
src/backend/storage/ipc: sinval.c

Log message:
Whoops, I was a tad too enthusiastic about using shared lock mode for
SInvalLock. GetSnapshotData(true) has to use exclusive lock, since
it sets MyProc->xmin.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-09-29 19:49:50 pgsql/src/backend/libpq md5.c
Previous Message Tom Lane 2001-09-29 15:20:32 Re: pgsql/src backend/access/transam/xact.c backen ...