pgsql: Initialize index stats during parallel VACUUM.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Initialize index stats during parallel VACUUM.
Дата
Msg-id E1oOq2K-000Bqh-Mr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Initialize index stats during parallel VACUUM.

Initialize shared memory allocated for index stats to avoid a hard
crash.  This was possible when parallel VACUUM became confused about the
current phase of index processing.

Oversight in commit 8e1fae1938, which refactored parallel VACUUM.

Author: Masahiko Sawada <sawada.mshk@gmail.com>
Reported-By: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://postgr.es/m/20220818133406.GL26426@telsasoft.com
Backpatch: 15-, the first version with the refactoring commit.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/662ba729a67e5c6e43efbc5263e1d2c3a72a8741

Modified Files
--------------
src/backend/commands/vacuumparallel.c | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Use correct LSN for error reporting in pg_walinspect
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Improve some markups and some wording around archiving modu