Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] 6.5 cvs ERROR: copyObject: don't know how to copy 604
Date: 1999-05-10 17:56:14
Message-ID: Pine.GSO.3.96.SK.990510215256.8172A-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 10 May 1999, Bruce Momjian wrote:

> Date: Mon, 10 May 1999 12:48:15 -0400 (EDT)
> From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
> To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-hackers(at)postgreSQL(dot)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(at)sai(dot)msu(dot)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(at)candle(dot)pha(dot)pa(dot)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(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-05-10 17:58:30 Re: [HACKERS] numeric & decimal
Previous Message D'Arcy J.M. Cain 1999-05-10 17:54:52 Re: [HACKERS] INSERT INTO