postgresql/src/backend/tcop
Tom Lane 067e40cc6d Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath
function call.  Previously, there may have been no CHECK_FOR_INTERRUPTS
at all in the fastpath code path, making it impossible to cancel an
operation such as \lo_import externally.  This addition doesn't ensure
you can cancel, since your SIGINT may arrive while the backend is idle
waiting for the client, but it gives the largest window we can easily
provide.  Noted while experimenting with new control-C code for psql.
2006-06-14 01:24:14 +00:00
..
dest.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fastpath.c Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath 2006-06-14 01:24:14 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
postgres.c Fix Assert failure when a fastpath function call is attempted inside an 2006-06-11 15:49:28 +00:00
pquery.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
utility.c Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00