Re: [HACKERS] trouble with rules

From: jwieck(at)debis(dot)com (Jan Wieck)
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: jwieck(at)debis(dot)com, tgl(at)sss(dot)pgh(dot)pa(dot)us, vadim(at)krs(dot)ru, eberger(at)gewi(dot)kfunigraz(dot)ac(dot)at, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] trouble with rules
Date: 1999-02-08 16:31:09
Message-ID: m109taX-000EBRC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> > Bruce Momjian wrote:
> >
> > > This is normally caused by Stephan's patches. His patches were
> > > originally against 6.3, and he ported them to 6.4, but he normally does
> > > lots of development without any communication with us, sends us a huge
> > > patch, and we normally have to clean up the edges somewhat. This patch
> > > actually caused fewer problems than the HAVING patch he submitted.
>
> >
> > Porting his patch to v6.4 was not exactly what he did. He
> > changed the v6.5 tree in a way that his patch fit's into.
>
> Yes, I understand the frustration. I had that with HAVING. I
> symathize. It also bothers me when things are added that are disruptive
> to other code, and I see he did that.
>
> Should we remove his patch? I don't know.

I don't think it's possible to remove it easily. Too many
things have been done after.

I've only noticed while browsing through the code why he did
comment out those things. He's comparing memoy addresses of
nodes, what doesn't work any more after copyObject(). If he's
not available right now, we must fix that part. I can help on
that, but someone else must tell what queries should produce
which expected output.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1999-02-08 16:33:52 Re: [HACKERS] Oops, I seem to have changed UNION's behavior
Previous Message Dan Gowin 1999-02-08 16:26:52 RE: Commercial support, was Re: [HACKERS] v6.4.3 ?