Re: Is this a bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Roberto Abalde" <roberto(dot)abalde(at)galego21(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Is this a bug?
Date: 2001-06-08 21:55:14
Message-ID: 12165.992037314@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Roberto Abalde" <roberto(dot)abalde(at)galego21(dot)org> writes:
> I've found that some two functions in /src/backend/optimizer/plan/planner.c
> have side effects.

No kidding ;-). The planner is full of side-effects on data structures.
Both of the changes you mention are intentional.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-08 22:01:41 Re: behavior of ' = NULL' vs. MySQL vs. Standards
Previous Message Tom Lane 2001-06-08 21:35:08 Various silliness in heap_getnext and related routines