From: | jwp(at)pgfoundry(dot)org (James William Pye) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | python - tin: Use dictionary pg_config. |
Date: | 2007-12-07 02:57:39 |
Message-ID: | 20071207025739.7A3FD17AC899@pgfoundry.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Use dictionary pg_config.
Stop using config.instance() and start using config.dictionary().
Alter cluster detection logic to also identify files that start with
'cluster_' in the cup directory. This was causing 'create' failures as the add
method might not see it if it's not see as a cluster directory(ie, if the
pg_conifg symlink was not created on initialization).
Modified Files:
--------------
tin:
setup.py (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/setup.py.diff?r1=1.3&r2=1.4)
tin/src:
command.py (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/src/command.py.diff?r1=1.6&r2=1.7)
control.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/src/control.py.diff?r1=1.2&r2=1.3)
Removed Files:
-------------
tin:
README
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/README)
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2007-12-07 08:25:38 | pgsql: Fix typo in pg_standby docs. |
Previous Message | James William Pye | 2007-12-07 02:51:30 | python - ctl: Use pg_config dictionary. |