Обсуждение: pgsql/contrib/pgstattuple README.pgstattuple p ...

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org
Дата:
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 ...

От
Tatsuo Ishii
Дата:
> 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 ...

От
Tom Lane
Дата:
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