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

Started by Tom Laneover 23 years ago4 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: pgsql-server/src/backend/executor spi.c

Did you fix for unnecessary copying of trees in PREPARE?

Chris

Show quoted text

-----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

#3Neil Conway
neilc@samurai.com
In reply to: Christopher Kings-Lynne (#2)
Re: pgsql-server/src/backend/executor spi.c

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

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#3)
Re: pgsql-server/src/backend/executor spi.c

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