Re: Is this a bug? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Is this a bug?
Date
Msg-id 12165.992037314@sss.pgh.pa.us
Whole thread Raw
In response to Is this a bug?  ("Roberto Abalde" <roberto.abalde@galego21.org>)
List pgsql-hackers
"Roberto Abalde" <roberto.abalde@galego21.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


pgsql-hackers by date:

Previous
From: Tom Ivar Helbekkmo
Date:
Subject: Re: Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards
Next
From: Tom Lane
Date:
Subject: Various silliness in heap_getnext and related routines