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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Move setup_cancel_handler() up near start of psql main(), where
Дата
Msg-id 20060621194031.EF7F19FA65C@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Standalone backends need pgstat_bestart() too, per Qingqing Zhou.