python - be: Increment the Command Counter in execute().

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Increment the Command Counter in execute().
Date: 2005-08-16 02:09:10
Message-ID: 20050816020910.85FB11125F32@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Increment the Command Counter in execute(). Chances are that it is an INSERT or
an UPDATE, so be sure to bump the counter.

Modified Files:
--------------
be/src:
query.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/query.c.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-08-16 02:09:21 python - be:
Previous Message James William Pye 2005-08-16 02:07:16 python - be: Do error checking on repr and getitem in htup_repr.