pgsql: Put a critical section around update of hash index metapage.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put a critical section around update of hash index metapage.
Date: 2005-06-09 18:23:50
Message-ID: 20050609182350.50B565292E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Put a critical section around update of hash index metapage. Per
discussion with Qingqing Zhou.

Modified Files:
--------------
pgsql/src/backend/access/hash:
hashpage.c (r1.49 -> r1.50)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/hash/hashpage.c.diff?r1=1.49&r2=1.50)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-09 18:40:07 pgsql: \(rs should be \\(rs, per Tom.
Previous Message Peter Eisentraut 2005-06-09 18:15:05 pgsql: Add example for pg_config --configure.