]> granicus.if.org Git - postgresql/commit
Clean up some minor bugs concerning what was inside the main loop
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Oct 1998 01:14:14 +0000 (01:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Oct 1998 01:14:14 +0000 (01:14 +0000)
commite12f4162c323e2bfdbeae1209f5482037705e114
tree26690db7c5e1fd325be767599fc630159082afce
parentc17b2d1b16eec24ae6a7daab3f7d059871273d0c
Clean up some minor bugs concerning what was inside the main loop
and what wasn't.  Also try to improve the comments so that doesn't happen
again.  Changed SIGPIPE handling to SIG_IGN so that if frontend quits,
we will finish out the current command and return to main loop before
quitting.  This seems much safer than a forced abort mid-command.
src/backend/tcop/postgres.c