python - rc: Add initial SIGINT handling and correction PL creation. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - rc: Add initial SIGINT handling and correction PL creation.
Date
Msg-id 20070409073222.E0A8A217516@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: GreenTrunk move.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Fix spelling: SYMETRIC -> SYMMETRIC