python - lo: Don't try to resolve the path. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - lo: Don't try to resolve the path.
Date
Msg-id 20050620193054.48AB31126013@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid WAL-logging individual tuple insertions during CREATE TABLE
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: plpgsql's exec_assign_value() freed the old value of a variable