Re: [PATCHES] COPY view - Mailing list pgsql-hackers

From Zoltan Boszormenyi
Subject Re: [PATCHES] COPY view
Date
Msg-id 44EC7908.4030705@dunaweb.hu
Whole thread Raw
In response to Re: [PATCHES] COPY view  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [PATCHES] COPY view  (Zoltan Boszormenyi <zboszor@dunaweb.hu>)
Re: [PATCHES] COPY view  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: [PATCHES] COPY view  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

Bruce Momjian írta:
> Alvaro Herrera wrote:
>
>> Bruce Momjian wrote:
>>
>>> Andrew Dunstan wrote:
>>>
>>>> Bruce Momjian wrote:
>>>>
>>>>> I think Alvaro is saying we need it in a few days, not longer.
>>>>>
>>>> I thought he was saying today ;-)
>>>>
>>> He actually said "now", but I don't think we need it immediately,
>>> especially if he is still working on it.  We are at least 1-2 weeks away
>>> from having all open patches applied.
>>>
>> Yes, I'm saying today so that we can all look at it and point obvious
>> mistakes now, not in 2 weeks from now.  Release early, release often.
>> If the patch contains a mistake and we find out in 2 weeks, are we going
>> to fix it?  No, we are going to reject it.
>>
>
> OK, I understand.   B?sz?rm?nyi, post now so we can see where you are,
> but keep working and send it to us again when you are done.  No sense in
> not posting your working version.
>

OK, here's my current version. The reference leak is fixed.
But as my testcase shows, it only works for single selects
currently. The parser accepts it but COPY doesn't produce
the expected output. Please, suggest a solution.

BTW, my first name is Zoltán.

Best regards,
Zoltán Böszörményi


pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: An Idea for planner hints
Next
From: Zoltan Boszormenyi
Date:
Subject: Re: [PATCHES] COPY view