Thread: pgsql/contrib/pgstattuple README.pgstattuple p ...
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.
> 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
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