]> granicus.if.org Git - postgresql/commit
Fix problems with coredumps due to ^C when longjmp buffer isn't valid.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Mar 2001 00:36:38 +0000 (00:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Mar 2001 00:36:38 +0000 (00:36 +0000)
commita062473696aa6e0944951b719c8e8a45eb8f526e
treeec37ee2520a192c3ea63618e115b75b09a6fb038
parentb32cac8055118d264b27b1073d3d43e9a127130e
Fix problems with coredumps due to ^C when longjmp buffer isn't valid.
Now, we will only catch ^C at times when it is valid.
src/bin/psql/mainloop.c
src/bin/psql/startup.c