Thread: 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.
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 >
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
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