Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604 - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604
Date
Msg-id Pine.GSO.3.96.SK.990510215256.8172A-100000@ra
Whole thread Raw
In response to Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
On Mon, 10 May 1999, Bruce Momjian wrote:

> Date: Mon, 10 May 1999 12:48:15 -0400 (EDT)
> From: Bruce Momjian <maillist@candle.pha.pa.us>
> To: Tom Lane <tgl@sss.pgh.pa.us>
> Cc: Oleg Bartunov <oleg@sai.msu.su>, pgsql-hackers@postgreSQL.org
> Subject: Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604
> 
> 
> Is this a valid item?

Can't check this, because of problem to compile cvs:

make[2]: Entering directory /home/postgres/cvs/pgsql/src/lextest'
flex scan.l
gcc -c lex.yy.c
lex.yy.c: In function     nput':
lex.yy.c:1046: parse error before )'
lex.yy.c:243: warning: y_flex_realloc' declared tatic' but never defined
lex.yy.c:273: warning: y_fatal_error' declared tatic' but never defined
make[2]: *** [lextest] Error 1
make[2]: Leaving directory /home/postgres/cvs/pgsql/src/lextest'

Will test after somebody fix cvs :-) 
mira:~/cvs/pgsql/src$ flex --version
flex version 2.5.4
Regards,
    Oleg


> 
> 
> 
> > Oleg Bartunov <oleg@sai.msu.su> writes:
> > > [ EXPLAIN fails on a SELECT ... EXCEPT ... ]
> > 
> > This looks to be another artifact of the fact that EXPLAIN
> > doesn't invoke the rewriter.
> > 
> > It looks to me like the rewrite-invocation section of
> > pg_parse_and_plan() needs to be pulled out as a subroutine
> > so that explain.c can invoke it.  Comments?  Where should
> > the new subroutine go?  (Probably not in postgres.c...)
> > 
> >             regards, tom lane
> > 
> > 
> 
> 
> -- 
>   Bruce Momjian                        |  http://www.op.net/~candle
>   maillist@candle.pha.pa.us            |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
> 

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] numeric & decimal
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] views and group by (formerly: create view as selec