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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move setup_cancel_handler() up near start of psql main(), where
Date: 2006-06-21 19:40:31
Message-ID: 20060621194031.EF7F19FA65C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/bin/psql:
startup.c (r1.133 -> r1.134)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c.diff?r1=1.133&r2=1.134)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-06-22 14:36:12 pgsql: Standalone backends need pgstat_bestart() too, per Qingqing Zhou.
Previous Message Tom Lane 2006-06-21 18:39:42 pgsql: Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs