Обсуждение: pgsql-server/src/backend/executor spi.c

Поиск
Список
Период
Сортировка

pgsql-server/src/backend/executor spi.c

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/12/17 10:51:59

Modified files:
    src/backend/executor: spi.c

Log message:
    Skip unnecessary plan-copying now that plan trees are read-only in the
    executor.


Re: pgsql-server/src/backend/executor spi.c

От
"Christopher Kings-Lynne"
Дата:
Did you fix for unnecessary copying of trees in PREPARE?

Chris

> -----Original Message-----
> From: pgsql-committers-owner@postgresql.org
> [mailto:pgsql-committers-owner@postgresql.org]On Behalf Of Tom Lane
> Sent: Tuesday, 17 December 2002 11:52 PM
> To: pgsql-committers@postgresql.org
> Subject: [COMMITTERS] pgsql-server/src/backend/executor spi.c
>
>
> CVSROOT:    /cvsroot
> Module name:    pgsql-server
> Changes by:    tgl@postgresql.org    02/12/17 10:51:59
>
> Modified files:
>     src/backend/executor: spi.c
>
> Log message:
>     Skip unnecessary plan-copying now that plan trees are
> read-only in the
>     executor.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


Re: pgsql-server/src/backend/executor spi.c

От
Neil Conway
Дата:
On Tue, 2002-12-17 at 21:09, Christopher Kings-Lynne wrote:
> Did you fix for unnecessary copying of trees in PREPARE?

I was planning to do this -- I'll send in a patch tomorrow.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




Re: pgsql-server/src/backend/executor spi.c

От
Tom Lane
Дата:
Neil Conway <neilc@samurai.com> writes:
> On Tue, 2002-12-17 at 21:09, Christopher Kings-Lynne wrote:
>> Did you fix for unnecessary copying of trees in PREPARE?

> I was planning to do this -- I'll send in a patch tomorrow.

Too late ;-)

            regards, tom lane