pgsql/src/backend/storage/lmgr README proc.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/storage/lmgr README proc.c
Date: 2001-01-26 18:23:14
Message-ID: 200101261823.f0QINE227639@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/01/26 13:23:13

Modified files:
src/backend/storage/lmgr: README proc.c

Log message:
Special case in ProcSleep() wasn't sufficiently general: must check to
see if we shouldn't block whenever we insert ourselves anywhere before
the end of the queue, not only at the front.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-01-26 20:35:42 pgsql/doc TODO
Previous Message Vadim B. Mikheev - CVS 2001-01-26 01:24:31 pgsql/src/backend/access/nbtree nbtinsert.c nb ...