Execute command type

Started by Peter Eisentrautabout 23 years ago2 messages
#1Peter Eisentraut
peter_e@gmx.net

Is there a time when QueryDesc->operation is not equal to
QueryDesc->parsetree->cmdType?

--
Peter Eisentraut peter_e@gmx.net

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: Execute command type

Peter Eisentraut <peter_e@gmx.net> writes:

Is there a time when QueryDesc->operation is not equal to
QueryDesc->parsetree->cmdType?

I don't believe so. Not sure why the code bothers to store the
redundant field.

regards, tom lane