pgsql/src/backend/executor nodeSubqueryscan.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/executor nodeSubqueryscan.c
Date: 2001-05-15 16:11:59
Message-ID: 200105151611.f4FGBx872054@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/05/15 12:11:58

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

Log message:
Remove unnecessary EvalPlanQual support code --- since this plan node
type never scans a relation directly, it can't be an EPQ target.
Explicitly drop subplan's tuple table to ensure we have no buffer pin
leaks.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-05-15 16:55:27 pgsql/src/backend/port/dynloader freebsd.c fre ...
Previous Message Bruce Momjian - CVS 2001-05-15 14:14:49 pgsql/src/backend/access/gist gist.c gistget.c