Re: Confusion over Copy.c/Count rows from file patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Confusion over Copy.c/Count rows from file patch
Date
Msg-id 20595.1079416334@sss.pgh.pa.us
Whole thread Raw
In response to Confusion over Copy.c/Count rows from file patch  (mike g <mike@thegodshalls.com>)
List pgsql-hackers
mike g <mike@thegodshalls.com> writes:
> If there is a simple explanation to why ProcessUtility is not called the
> first time COPY is executed and it is from then on it could help me a
> lot.

CreateCommandTag is called before the query is executed, I believe.
        regards, tom lane

PS: if you want useful comments on diffs, you should try to avoid having
half the diff consist of bogus changes in whitespace.


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Reducing expression evaluation overhead
Next
From: Tom Lane
Date:
Subject: Re: Reducing expression evaluation overhead