Re: Last call for 7.3.2

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Last call for 7.3.2
Date: 2003-02-02 20:28:15
Message-ID: 1044217695.25210.8.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2003-02-02 at 15:15, Tom Lane wrote:
> I was thinking of that as a feature addition, but you still have time
> to convince me it's a bug fix ...

IMHO, it's a bugfix, or at least fixes a notable omission: the
documented function of PQcmdTuples is that it "Returns the number of
rows affected by the SQL command."

My only reservation is that I rewrote the existing function, rather than
modifying it to support the new command tags (which is better long-term,
IMHO), but perhaps too invasive for a stable branch.

I'm happy to let you make the call on this one...

Cheers,

Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2003-02-02 20:31:59 Re: COUNT and Performance ...
Previous Message Josh Berkus 2003-02-02 20:24:26 Re: [PERFORM] not using index for select min(...)