pgsql/contrib/pgstattuple README.pgstattuple p ...

Started by Tom Laneover 24 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/12/19 15:28:42

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.

#2Tatsuo Ishii
ishii@postgresql.org
In reply to: Tom Lane (#1)
Re: pgsql/contrib/pgstattuple README.pgstattuple p ...

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tatsuo Ishii (#2)
Re: pgsql/contrib/pgstattuple README.pgstattuple p ...

Tatsuo Ishii <t-ishii@sra.co.jp> writes:

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

Please. I forgot to send mail asking you to do that ...

regards, tom lane