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

From Tom Lane
Subject Re: [PATCHES] COPY view
Date
Msg-id 22540.1156355295@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] COPY view  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Which is why you should leave the relation case alone and only add the
> different case.  The relation case is already known to be good.

Well, a certain amount of refactoring of the code is inevitable unless
we want a lot of code duplication.  But I don't see a reason to do
anything more to the relation-case code path than push some chunks of it
into subroutines.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCHES] COPY view
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] COPY view