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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/contrib/pgstattuple README.pgstattuple p ...
Дата
Msg-id 200112192028.fBJKSho67430@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql/contrib/pgstattuple README.pgstattuple p ...  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-committers
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.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/access/transam xlog.c
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/nodes print.c