This is a discussion on pgsql: Do a CHECK_FOR_INTERRUPTS immediately before terminating a within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath function call. Previously, there may have been no ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Log Message: ----------- 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. Modified Files: -------------- pgsql/src/backend/tcop: fastpath.c (r1.87 -> r1.88) (http://developer.postgresql.org/cvsw...1=1.87&r2=1.88) ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| Thread Tools | |
| Display Modes | |
|
|