Re: pgsql/contrib/pgstattuple README.pgstattuple p ... - Mailing list pgsql-committers

From Tatsuo Ishii
Subject Re: pgsql/contrib/pgstattuple README.pgstattuple p ...
Date
Msg-id 20011220102643C.t-ishii@sra.co.jp
Whole thread Raw
In response to pgsql/contrib/pgstattuple README.pgstattuple p ...  (tgl@postgresql.org)
Responses Re: pgsql/contrib/pgstattuple README.pgstattuple p ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
> Modified files:
>     contrib/pgstattuple: README.pgstattuple pgstattuple.c
>
> Log message:
>     Fix pgstattuple to acquire a read lock on the target table.  This
>     prevents embarassments such as having the table dropped or truncated
>     partway through the scan.  Also, fix free space calculation to include
>     pages that currently contain no tuples.

Oh, thanks. I'm going to update the Japanese README file.
--
Tatsuo Ishii

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/nodes print.c
Next
From: ishii@postgresql.org
Date:
Subject: pgsql/contrib/pgstattuple README.pgstattuple.e ...