python - be: Add a small comment to call_call and simplify a condition. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Add a small comment to call_call and simplify a condition.
Date
Msg-id 20070430033623.936A6216DDC@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add a small comment to call_call and simplify a condition.

The condition was intended to save a couple cycles, but chances are that it's
not the usual case, so just let it dec and inc regardless.

Modified Files:
--------------
    be/src:
        call.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call.c.diff?r1=1.16&r2=1.17)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Implement rate-limiting logic on how often backends will attempt
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Fix a bug with send method invocations on iterators.