python - lo: Don't try to resolve the path.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - lo: Don't try to resolve the path.
Дата
Msg-id 20050620193054.48AB31126013@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't try to resolve the path. Doing so can be difficult on platforms which have
special extensions for executables(windows). (I can't seem to find an os
executable extension string anywhere in the os module)
Validation now occurs by executing it(--version). However, an OSError is raised
instead of a LookupError.

Modified Files:
--------------
    lo/postgresql/utility:
        config.py (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/config.py.diff?r1=1.1&r2=1.2)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Avoid WAL-logging individual tuple insertions during CREATE TABLE
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: plpgsql's exec_assign_value() freed the old value of a variable