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)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match