Thread: pgsql/contrib/pgstattuple README.pgstattuple p ...

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

From
tgl@postgresql.org
Date:
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.


Re: pgsql/contrib/pgstattuple README.pgstattuple p ...

From
Tatsuo Ishii
Date:
> 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

Re: pgsql/contrib/pgstattuple README.pgstattuple p ...

From
Tom Lane
Date:
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