]> granicus.if.org Git - postgresql/commit
Move setup_cancel_handler() up near start of psql main(), where the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Jun 2006 19:40:31 +0000 (19:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Jun 2006 19:40:31 +0000 (19:40 +0000)
commita5606579fc16d778a9331ecb95da45ae7c25654d
treeb323eca7eff78ad3c19b28030faa6871dc9132f8
parent59fd249a300d4dbf0b0388ea943e666ad6ab2f95
Move setup_cancel_handler() up near start of psql main(), where the
setup_win32_locks() call formerly was, to ensure that cancelConnLock is
valid when it needs to be.  Per Yoshiyuki Asaba.
src/bin/psql/startup.c