pgsql: Remove remnants of ImmediateInterruptOK handling.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove remnants of ImmediateInterruptOK handling.
Дата
Msg-id E1YIlxE-0007PT-2g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove remnants of ImmediateInterruptOK handling.

Now that nothing sets ImmediateInterruptOK to true anymore, we can
remove all the supporting code.

Reviewed-By: Heikki Linnakangas

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2505ce0be0b686c5a0a5141e9d080e7fdc35988a

Modified Files
--------------
src/backend/storage/ipc/ipc.c         |    2 --
src/backend/tcop/postgres.c           |   29 -------------------------
src/backend/utils/error/elog.c        |   29 +++----------------------
src/backend/utils/init/globals.c      |    1 -
src/backend/utils/misc/timeout.c      |   38 +++------------------------------
src/include/miscadmin.h               |    1 -
src/test/modules/test_shm_mq/worker.c |    6 +-----
7 files changed, 7 insertions(+), 99 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove the option to service interrupts during PGSemaphoreLock()
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove ill-conceived Assertion in ProcessClientWriteInterrupt().