-
- Downloads
Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.
Use this new function in psql. Implement query cancellation in psql for Windows. Code by Magnus Hagander, documentation and minor editorialization by Tom Lane.
Showing
- doc/src/sgml/libpq.sgml 135 additions, 49 deletionsdoc/src/sgml/libpq.sgml
- src/bin/psql/common.c 87 additions, 12 deletionssrc/bin/psql/common.c
- src/bin/psql/common.h 4 additions, 2 deletionssrc/bin/psql/common.h
- src/bin/psql/mainloop.c 5 additions, 2 deletionssrc/bin/psql/mainloop.c
- src/interfaces/libpq/exports.txt 4 additions, 1 deletionsrc/interfaces/libpq/exports.txt
- src/interfaces/libpq/fe-connect.c 135 additions, 50 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/libpq-fe.h 16 additions, 1 deletionsrc/interfaces/libpq/libpq-fe.h
- src/interfaces/libpq/libpq-int.h 13 additions, 1 deletionsrc/interfaces/libpq/libpq-int.h
Loading
Please register or sign in to comment