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

Started by Tom Laneabout 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)