]> granicus.if.org Git - postgresql/commit
From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 9 Apr 1997 08:31:29 +0000 (08:31 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 9 Apr 1997 08:31:29 +0000 (08:31 +0000)
commit1c688d1bbe9e48234a6b2a6a6558ac441e26997e
treeaa8760eb993baaad71b92ab1e0b9c8041bfc4cb2
parentaaeef4dae843fc9ecab7e6989e3015fda7cbc826
From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
Subject: Re: [HACKERS] GEQO and views (rules)

Oke, this was caused by a classic bug :-/
I thougth, root->base_relation_list_ could be
represented as relid string 1-2-3-4- etc.

Instead, in case of views, the count of relids doesn't start with "1" but
maybe 4-5-6- etc . :-(

GEQO patch follows ... views are now all right.
src/backend/optimizer/geqo/geqo_eval.c