On Wed, May 20, 2015 at 3:09 PM, Alvaro Herrera <[email protected]> wrote: >> Are you using an old psql? I thought that that would just result in no >> command tag being displayed. > > Well, I'm using an editor to read the code of CreateCommandTag(), not > executing anything. I guess that function needs an update, then, no?
I think you're right. The initial commit neglected to update that, and only handled it from ProcessQuery(). So it works for PlannedStmts, not raw parse trees. -- Peter Geoghegan -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
