postgresql/src/backend/tcop
Heikki Linnakangas 5d8a894e30 Cancel running query if it is detected that the connection to the client is
lost. The only way we detect that at the moment is when write() fails when
we try to write to the socket.

Florian Pflug with small changes by me, reviewed by Greg Jaskiewicz.
2011-12-09 14:21:36 +02:00
..
dest.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
fastpath.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
postgres.c Cancel running query if it is detected that the connection to the client is 2011-12-09 14:21:36 +02:00
pquery.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
utility.c Improve table locking behavior in the face of current DDL. 2011-11-30 10:27:00 -05:00