pgsql: Fix free space map to correctly track the total amount of FSM
От
tgl@postgresql.org (Tom Lane)
Тема
pgsql: Fix free space map to correctly track the total amount of FSM
Дата
Msg-id
20060921203123.0031B9FB2F6@postgresql.org
Список
Дерево обсуждения
pgsql: Fix free space map to correctly track the total amount of FSM tgl@postgresql.org (Tom Lane)
Re: pgsql: Fix free space map to correctly track the
total amount of FSM Tatsuo Ishii <ishii@postgresql.org>
Re: [HACKERS] Re: pgsql: Fix free space map to correctly track the total amount of FSM Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Re: pgsql: Fix free space map to
correctly track the total amount of FSM Tatsuo Ishii <ishii@postgresql.org>
Re: [HACKERS] Re: pgsql: Fix free space map to correctly track the total amount of FSM Decibel! <decibel@decibel.org>
Log Message:
-----------
Fix free space map to correctly track the total amount of FSM space needed
even when a single relation requires more than max_fsm_pages pages. Also,
make VACUUM emit a warning in this case, since it likely means that VACUUM
FULL or other drastic corrective measure is needed. Per reports from Jeff
Frost and others of unexpected changes in the claimed max_fsm_pages need.
Modified Files:
--------------
pgsql/contrib/pg_freespacemap:
README.pg_freespacemap (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/README.pg_freespacemap.diff?r1=1.4&r2=1.5)
pg_freespacemap.c (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/pg_freespacemap.c.diff?r1=1.6&r2=1.7)
pg_freespacemap.sql.in (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/pg_freespacemap.sql.in.diff?r1=1.5&r2=1.6)
pgsql/src/backend/access/gin:
ginvacuum.c (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginvacuum.c.diff?r1=1.5&r2=1.6)
pgsql/src/backend/access/gist:
gistvacuum.c (r1.26 -> r1.27)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistvacuum.c.diff?r1=1.26&r2=1.27)
pgsql/src/backend/access/nbtree:
nbtree.c (r1.150 -> r1.151)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtree.c.diff?r1=1.150&r2=1.151)
pgsql/src/backend/commands:
vacuum.c (r1.339 -> r1.340)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c.diff?r1=1.339&r2=1.340)
vacuumlazy.c (r1.78 -> r1.79)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c.diff?r1=1.78&r2=1.79)
pgsql/src/backend/storage/freespace:
freespace.c (r1.54 -> r1.55)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/freespace.c.diff?r1=1.54&r2=1.55)
pgsql/src/include/storage:
freespace.h (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/freespace.h.diff?r1=1.21&r2=1.22)
В списке pgsql-committers по дате отправления
От: mario__@pgfoundry.org (User Mario__)
Дата:
От: knt@pgfoundry.org (User Knt)
Дата: