Thread

  1. cvs problem

    Bruce Momjian <maillist@candle.pha.pa.us> — 1998-02-28T14:57:05Z

    Still getting these errors:
    
    cvs checkout: cannot open
    /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v:
    Permission denied
    cvs checkout: cannot open
    /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v:
    Permission denied
    cvs checkout: nothing known about
    pgsql/src/test/regress/regression.Solaris-Sparc
    $
    -- 
    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)
    
    
  2. Rule plan size for views?

    Michael J. Rogan <mrogan@fpelectronics.com> — 1998-02-28T15:04:56Z

    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
    
    Michael
    
    * Michael J. Rogan,  Network Administrator,   905-624-3020 *
    * Mark IV Industries, F-P Electronics & I.V.H.S. Divisions *
    * mrogan@fpelectronics.com                 mrogan@ivhs.com *
    
    
  3. Re: [HACKERS] cvs problem

    Marc G. Fournier <scrappy@hub.org> — 1998-02-28T19:06:01Z

    Fixed, sorry for the delay...
    
    
    
    On Sat, 28 Feb 1998, Bruce Momjian wrote:
    
    > Still getting these errors:
    > 
    > cvs checkout: cannot open
    > /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v:
    > Permission denied
    > cvs checkout: cannot open
    > /usr/local/cvsroot/pgsql/src/test/regress/regression.Solaris-Sparc,v:
    > Permission denied
    > cvs checkout: nothing known about
    > pgsql/src/test/regress/regression.Solaris-Sparc
    > $
    > -- 
    > 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)
    > 
    
    Marc G. Fournier                                
    Systems Administrator @ hub.org 
    primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
    
    
    
  4. Re: [HACKERS] Rule plan size for views?

    Bruce Momjian <maillist@candle.pha.pa.us> — 1998-02-28T22:25:42Z

    > 
    > 
    > 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)