pgsql/src/backend/executor execQual.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/executor execQual.c
Date: 2001-04-19 04:29:03
Message-ID: 200104190429.f3J4T3J14222@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/04/19 00:29:02

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

Log message:
Kluge solution for Alex Pilosov's report of problems with whole-tuple
function arguments in join queries: copy the tuples into
TransactionCommandContext so they don't get recycled too soon. This is
horrid, but not any worse than 7.0 or before, which also leaked such
tuples until end of query. A proper fix will require allowing tuple
datums to be physically stored inside larger tuple datums, which opens
up a bunch of issues that can't realistically be solved for 7.1.1.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-04-19 15:22:30 pgsql/doc TODO
Previous Message Tatsuo Ishii 2001-04-19 02:34:35 pgsql/src/backend/utils/mb wchar.c