python - be: Use getattro instead of getattr. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Use getattro instead of getattr.
Date
Msg-id 20070430015026.0198C216DDC@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use getattro instead of getattr.

Fixes bug where attributes are not fetched properly. ie, Transaction.__call__
was failing because the generic getattr was not being called.

Modified Files:
--------------
    be/src:
        xact.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/xact.c.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Marginal performance hack: use a dedicated routine instead of
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Implement rate-limiting logic on how often backends will attempt