Обсуждение: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

Поиск
Список
Период
Сортировка

REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
Tom Lane
Дата:
  Date: Thursday, June  1, 2000 @ 18:23:10
Author: tgl
   Tag: REL7_0_PATCHES

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv84888

Modified Files:
    scan.l

-----------------------------  Log Message  -----------------------------

Lexer defended us against overlength plain identifiers, but not against
overlength quoted identifiers.  Death and destruction ensue...

Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
The Hermit Hacker
Дата:

thank god I didn't announce v7.0.1 yet, eh? :)

regenerating ...


On Thu, 1 Jun 2000, Tom Lane wrote:

>   Date: Thursday, June  1, 2000 @ 18:23:10
> Author: tgl
>    Tag: REL7_0_PATCHES
>
> Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
>      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
>
> Modified Files:
>     scan.l
>
> -----------------------------  Log Message  -----------------------------
>
> Lexer defended us against overlength plain identifiers, but not against
> overlength quoted identifiers.  Death and destruction ensue...
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
Vince Vielhaber
Дата:
On Thu, 1 Jun 2000, The Hermit Hacker wrote:

>
>
> thank god I didn't announce v7.0.1 yet, eh? :)
>
> regenerating ...

I thought you did.  It's on the web page now!

Vince.

>
>
> On Thu, 1 Jun 2000, Tom Lane wrote:
>
> >   Date: Thursday, June  1, 2000 @ 18:23:10
> > Author: tgl
> >    Tag: REL7_0_PATCHES
> >
> > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> >      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
> >
> > Modified Files:
> >     scan.l
> >
> > -----------------------------  Log Message  -----------------------------
> >
> > Lexer defended us against overlength plain identifiers, but not against
> > overlength quoted identifiers.  Death and destruction ensue...
> >
>
> Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> Systems Administrator @ hub.org
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
>
>

--
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================




Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
The Hermit Hacker
Дата:
On Thu, 1 Jun 2000, Vince Vielhaber wrote:

> On Thu, 1 Jun 2000, The Hermit Hacker wrote:
>
> >
> >
> > thank god I didn't announce v7.0.1 yet, eh? :)
> >
> > regenerating ...
>
> I thought you did.  It's on the web page now!

oops?  I didn't ... I only made upt eh tar ball this afternoon, and was
going to give it a few hours to propogate out to the mirrors before I
officiallly announced it being there ... then Tom pop'd up with this
important change ...

 > > Vince.
>
> >
> >
> > On Thu, 1 Jun 2000, Tom Lane wrote:
> >
> > >   Date: Thursday, June  1, 2000 @ 18:23:10
> > > Author: tgl
> > >    Tag: REL7_0_PATCHES
> > >
> > > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> > >      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
> > >
> > > Modified Files:
> > >     scan.l
> > >
> > > -----------------------------  Log Message  -----------------------------
> > >
> > > Lexer defended us against overlength plain identifiers, but not against
> > > overlength quoted identifiers.  Death and destruction ensue...
> > >
> >
> > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > Systems Administrator @ hub.org
> > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
> >
> >
>
> --
> ==========================================================================
> Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
>  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
>         Online Campground Directory    http://www.camping-usa.com
>        Online Giftshop Superstore    http://www.cloudninegifts.com
> ==========================================================================
>
>
>
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
Vince Vielhaber
Дата:
On Thu, 1 Jun 2000, The Hermit Hacker wrote:

> On Thu, 1 Jun 2000, Vince Vielhaber wrote:
>
> > On Thu, 1 Jun 2000, The Hermit Hacker wrote:
> >
> > >
> > >
> > > thank god I didn't announce v7.0.1 yet, eh? :)
> > >
> > > regenerating ...
> >
> > I thought you did.  It's on the web page now!
>
> oops?  I didn't ... I only made upt eh tar ball this afternoon, and was
> going to give it a few hours to propogate out to the mirrors before I
> officiallly announced it being there ... then Tom pop'd up with this
> important change ...

Should I remove it or just leave it?

Vince.


>
>  > > Vince.
> >
> > >
> > >
> > > On Thu, 1 Jun 2000, Tom Lane wrote:
> > >
> > > >   Date: Thursday, June  1, 2000 @ 18:23:10
> > > > Author: tgl
> > > >    Tag: REL7_0_PATCHES
> > > >
> > > > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> > > >      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
> > > >
> > > > Modified Files:
> > > >     scan.l
> > > >
> > > > -----------------------------  Log Message  -----------------------------
> > > >
> > > > Lexer defended us against overlength plain identifiers, but not against
> > > > overlength quoted identifiers.  Death and destruction ensue...
> > > >
> > >
> > > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > > Systems Administrator @ hub.org
> > > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
> > >
> > >
> >
> > --
> > ==========================================================================
> > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
> >  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
> >         Online Campground Directory    http://www.camping-usa.com
> >        Online Giftshop Superstore    http://www.cloudninegifts.com
> > ==========================================================================
> >
> >
> >
> >
>
> Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> Systems Administrator @ hub.org
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
>
>

--
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================




Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
Bruce Momjian
Дата:
Hold on.  Is the fix mentioned in the HISTORY file?

>
>
> thank god I didn't announce v7.0.1 yet, eh? :)
>
> regenerating ...
>
>
> On Thu, 1 Jun 2000, Tom Lane wrote:
>
> >   Date: Thursday, June  1, 2000 @ 18:23:10
> > Author: tgl
> >    Tag: REL7_0_PATCHES
> >
> > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> >      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
> >
> > Modified Files:
> >     scan.l
> >
> > -----------------------------  Log Message  -----------------------------
> >
> > Lexer defended us against overlength plain identifiers, but not against
> > overlength quoted identifiers.  Death and destruction ensue...
> >
>
> Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> Systems Administrator @ hub.org
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
>
>


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@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

Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
Bruce Momjian
Дата:
Let's bag the new fix and just release 7.0.1.  We can put the fix in
7.0.2.


> On Thu, 1 Jun 2000, Vince Vielhaber wrote:
>
> > On Thu, 1 Jun 2000, The Hermit Hacker wrote:
> >
> > >
> > >
> > > thank god I didn't announce v7.0.1 yet, eh? :)
> > >
> > > regenerating ...
> >
> > I thought you did.  It's on the web page now!
>
> oops?  I didn't ... I only made upt eh tar ball this afternoon, and was
> going to give it a few hours to propogate out to the mirrors before I
> officiallly announced it being there ... then Tom pop'd up with this
> important change ...
>
>  > > Vince.
> >
> > >
> > >
> > > On Thu, 1 Jun 2000, Tom Lane wrote:
> > >
> > > >   Date: Thursday, June  1, 2000 @ 18:23:10
> > > > Author: tgl
> > > >    Tag: REL7_0_PATCHES
> > > >
> > > > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> > > >      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
> > > >
> > > > Modified Files:
> > > >     scan.l
> > > >
> > > > -----------------------------  Log Message  -----------------------------
> > > >
> > > > Lexer defended us against overlength plain identifiers, but not against
> > > > overlength quoted identifiers.  Death and destruction ensue...
> > > >
> > >
> > > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > > Systems Administrator @ hub.org
> > > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
> > >
> > >
> >
> > --
> > ==========================================================================
> > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
> >  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
> >         Online Campground Directory    http://www.camping-usa.com
> >        Online Giftshop Superstore    http://www.cloudninegifts.com
> > ==========================================================================
> >
> >
> >
> >
>
> Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> Systems Administrator @ hub.org
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
>
>


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@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

Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
The Hermit Hacker
Дата:
On Thu, 1 Jun 2000, Bruce Momjian wrote:

> Let's bag the new fix and just release 7.0.1.  We can put the fix in
> 7.0.2.

too late ... add it to the HISTORY so that its there for v7.0.2, bu tif
ppl recognize the bug in the first place, they'll just be presently
surprised that it never affected them ...

 >
>
> > On Thu, 1 Jun 2000, Vince Vielhaber wrote:
> >
> > > On Thu, 1 Jun 2000, The Hermit Hacker wrote:
> > >
> > > >
> > > >
> > > > thank god I didn't announce v7.0.1 yet, eh? :)
> > > >
> > > > regenerating ...
> > >
> > > I thought you did.  It's on the web page now!
> >
> > oops?  I didn't ... I only made upt eh tar ball this afternoon, and was
> > going to give it a few hours to propogate out to the mirrors before I
> > officiallly announced it being there ... then Tom pop'd up with this
> > important change ...
> >
> >  > > Vince.
> > >
> > > >
> > > >
> > > > On Thu, 1 Jun 2000, Tom Lane wrote:
> > > >
> > > > >   Date: Thursday, June  1, 2000 @ 18:23:10
> > > > > Author: tgl
> > > > >    Tag: REL7_0_PATCHES
> > > > >
> > > > > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> > > > >      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
> > > > >
> > > > > Modified Files:
> > > > >     scan.l
> > > > >
> > > > > -----------------------------  Log Message  -----------------------------
> > > > >
> > > > > Lexer defended us against overlength plain identifiers, but not against
> > > > > overlength quoted identifiers.  Death and destruction ensue...
> > > > >
> > > >
> > > > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > > > Systems Administrator @ hub.org
> > > > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
> > > >
> > > >
> > >
> > > --
> > > ==========================================================================
> > > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
> > >  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
> > >         Online Campground Directory    http://www.camping-usa.com
> > >        Online Giftshop Superstore    http://www.cloudninegifts.com
> > > ==========================================================================
> > >
> > >
> > >
> > >
> >
> > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > Systems Administrator @ hub.org
> > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
> >
> >
>
>
> --
>   Bruce Momjian                        |  http://www.op.net/~candle
>   pgman@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
>
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


Re: REL7_0_PATCHES pgsql/src/backend/parser (scan.l)

От
The Hermit Hacker
Дата:
On Thu, 1 Jun 2000, Vince Vielhaber wrote:

> On Thu, 1 Jun 2000, The Hermit Hacker wrote:
>
> > On Thu, 1 Jun 2000, Vince Vielhaber wrote:
> >
> > > On Thu, 1 Jun 2000, The Hermit Hacker wrote:
> > >
> > > >
> > > >
> > > > thank god I didn't announce v7.0.1 yet, eh? :)
> > > >
> > > > regenerating ...
> > >
> > > I thought you did.  It's on the web page now!
> >
> > oops?  I didn't ... I only made upt eh tar ball this afternoon, and was
> > going to give it a few hours to propogate out to the mirrors before I
> > officiallly announced it being there ... then Tom pop'd up with this
> > important change ...
>
> Should I remove it or just leave it?

leave it ... am regenerating the tar files now, so by the time you went in
and changed it, it would be fixed anyway ... :)


>
> Vince.
>
>
> >
> >  > > Vince.
> > >
> > > >
> > > >
> > > > On Thu, 1 Jun 2000, Tom Lane wrote:
> > > >
> > > > >   Date: Thursday, June  1, 2000 @ 18:23:10
> > > > > Author: tgl
> > > > >    Tag: REL7_0_PATCHES
> > > > >
> > > > > Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> > > > >      from hub.org:/home/projects/pgsql/tmp/cvs-serv84888
> > > > >
> > > > > Modified Files:
> > > > >     scan.l
> > > > >
> > > > > -----------------------------  Log Message  -----------------------------
> > > > >
> > > > > Lexer defended us against overlength plain identifiers, but not against
> > > > > overlength quoted identifiers.  Death and destruction ensue...
> > > > >
> > > >
> > > > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > > > Systems Administrator @ hub.org
> > > > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
> > > >
> > > >
> > >
> > > --
> > > ==========================================================================
> > > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
> > >  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
> > >         Online Campground Directory    http://www.camping-usa.com
> > >        Online Giftshop Superstore    http://www.cloudninegifts.com
> > > ==========================================================================
> > >
> > >
> > >
> > >
> >
> > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > Systems Administrator @ hub.org
> > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
> >
> >
>
> --
> ==========================================================================
> Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
>  128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
>         Online Campground Directory    http://www.camping-usa.com
>        Online Giftshop Superstore    http://www.cloudninegifts.com
> ==========================================================================
>
>
>
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org