pgsql: Move setup_cancel_handler() up near start of psql main(), where - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Move setup_cancel_handler() up near start of psql main(), where
Date
Msg-id 20060621194031.EF7F19FA65C@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Standalone backends need pgstat_bestart() too, per Qingqing Zhou.