pgsql: Remove remnants of ImmediateInterruptOK handling.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove remnants of ImmediateInterruptOK handling.
Date: 2015-02-03 22:28:20
Message-ID: E1YIlxE-0007PT-2g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-02-03 22:47:03 Re: [COMMITTERS] pgsql: Process 'die' interrupts while reading/writing from the client s
Previous Message Andres Freund 2015-02-03 22:24:46 pgsql: Move deadlock and other interrupt handling in proc.c out of sign