Move setup_cancel_handler() up near start of psql main(), where the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a5606579fc16d778a9331ecb95da45ae7c25654d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-06-21T19:40:31Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/bin/psql/startup.c modified +6 −6