Peter Eisentraut <pete...@gmx.net> writes: > On mån, 2009-12-28 at 11:08 -0500, Tom Lane wrote: >> And, by the same token, the scope for possibly breaking clients is nearly >> unlimited ...
> Why is that? Are there programs out there that expect PQcmdTuples() to > return something that is *not* the tuple count for these commands and > will violently misbehave otherwise? It's more the possibility of doing strcmp(tag, "SELECT") on the command tag that worries me. Describing the API change here as being limited to PQcmdTuples misses the point rather completely: this is a protocol change, and could break both clients and non-libpq driver libraries. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers