Re: [HACKERS] Rule plan size for views? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Rule plan size for views?
Date
Msg-id 199803010325.WAA02540@candle.pha.pa.us
Whole thread Raw
In response to Rule plan size for views?  ("Michael J. Rogan" <mrogan@fpelectronics.com>)
List pgsql-hackers
>
>
> Hello
>
> What is the rule size for views?
>
> This seems to have changed in this beta; I have a view that worked in a
> previous beta but fails to create.
> "ERROR: DefineQueryRewrite: rule plan string too big."
>
> I have about 33 column headings with a join of 5 tables.
>
> I have the latest cvsup tree as of a few minutes ago.
> Linux 2.0.30
> pgcc compiler

Yes.  More of the structure elements are dumped into the view than it
used to.  We hoped to allow larger block sizes in 6.3, but no luck.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: "Billy G. Allie"
Date:
Subject: UNIXWARE port patches.
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Just a couple minor nits...