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

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - rc: Add initial SIGINT handling and correction PL creation.
Date: 2007-04-09 07:32:22
Message-ID: 20070409073222.E0A8A217516@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2007-04-09 07:40:23 pgsql: Fix spelling: SYMETRIC -> SYMMETRIC
Previous Message James William Pye 2007-04-09 06:55:16 python - fe: GreenTrunk move.