Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Oct 2004 23:11:27 +0000 (23:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Oct 2004 23:11:27 +0000 (23:11 +0000)
commit44e8a968e33f04974edc8ac9f184d009b036bbb7
treedb4ddd8e717a63555273096289f4fa56f7a817ed
parent80559fa9e9657ecfdb92a210971b8d0aa6e82e39
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.
doc/src/sgml/libpq.sgml
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/mainloop.c
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h