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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)postgresql(dot)org
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/commands (view.c)
Date: 2000-12-21 18:49:30
Message-ID: 200012211849.NAA01878@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I think that was me, long ago.

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

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2000-12-21 19:08:05 pgsql/doc/src/sgml (runtime.sgml)
Previous Message momjian 2000-12-21 18:47:06 pgsql/doc/src/sgml (libpq.sgml)