pgsql/src/backend/commands (view.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (view.c)
Date: 2000-12-21 17:36:16
Message-ID: 200012211736.eBLHaGN64717@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, December 21, 2000 @ 12:36:15
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
from hub.org:/home/projects/pgsql/tmp/cvs-serv64711

Modified Files:
view.c

----------------------------- Log Message -----------------------------

Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would get
applied to the duplicated subtree twice. Probably someday we should
fix the parser not to generate multiple links to the same subtree,
but for now a quick copyObject() is the path of least resistance.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2000-12-21 18:47:06 pgsql/doc/src/sgml (libpq.sgml)
Previous Message thomas 2000-12-21 15:28:06 pgsql/contrib/rserv (regress.sh)