python - rc: Add initial SIGINT handling and correction PL creation.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - rc: Add initial SIGINT handling and correction PL creation.
Дата
Msg-id 20070409073222.E0A8A217516@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add initial SIGINT handling and correction PL creation.

- Add recreate_proc option and stop dropping the procedure by default.
- Fix PL creation. It was simply broken.
- Make three consecutive SIGINTs act as a local interrupt.(1 second window)
- Use new GreenTrunk location.
- Fix version display. It actually takes -V now. :)
- Add support for -m and -c options.

Modified Files:
--------------
    rc:
        setup.py (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/setup.py.diff?r1=1.5&r2=1.6)
    rc/src:
        language.py (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/language.py.diff?r1=1.1&r2=1.2)
        pqueue3.py (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/pqueue3.py.diff?r1=1.1&r2=1.2)
        python.py (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/python.py.diff?r1=1.2&r2=1.3)
        renv.py (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/renv.py.diff?r1=1.4&r2=1.5)
        teop.py (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/teop.py.diff?r1=1.2&r2=1.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: GreenTrunk move.
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Fix spelling: SYMETRIC -> SYMMETRIC