pgstattuple locking fix - Mailing list pgsql-patches

From ITAGAKI Takahiro
Subject pgstattuple locking fix
Date
Msg-id 20071022112558.648E.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Whole thread Raw
Responses Re: pgstattuple locking fix  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Here is a trivial fix of locking issue in pgstattuple().
It was locking buffers around PageGetHeapFreeSpace()
in the heap scan loop, but not in the scanning of the tail.
I think we need locks in the tail, too.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Attachment

pgsql-patches by date:

Previous
From: Albert Cervera i Areny
Date:
Subject: Contrib docs v1
Next
From: Tom Lane
Date:
Subject: Re: pgstattuple locking fix