pgsql: Add interrupt checks to contrib/pg_prewarm.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add interrupt checks to contrib/pg_prewarm.
Дата
Msg-id E1XoeVO-0001e4-2X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add interrupt checks to contrib/pg_prewarm.

Currently the extension's pg_prewarm() function didn't check
interrupts once it started "warming" data. Since individual calls can
take a long while it's important for them to be interruptible.

Backpatch to 9.4 where pg_prewarm was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bd4ae0f396b36955c92f26c0058e7dc0452db817

Modified Files
--------------
contrib/pg_prewarm/pg_prewarm.c |    3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Use just one database connection in the "tablespace" test.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix several weaknesses in slot and logical replication on-disk s