On 16.08.2012 14:43, Pavel Stehule wrote:
> Hello
>
> here is updated patch
The patch seems to be truncated, it ends with:
*** a/src/test/regress/input/copy.source
--- b/src/test/regress/input/copy.source
***************
*** 106,108 **** this is just a line full of junk that would error out
if parsed
--- 106,112 ----
\.
copy copytest3 to stdout csv header;
+
+ -- copy should to return processed rows
+ do $$
+
I believe the code changes are OK, but regression test changes are
missing. Can you resend the full patch, please?
- Heikki