Re: [HACKERS] psql's help (the LIMIT stuff)

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Jan Wieck <jwieck(at)debis(dot)com>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, jose(at)sferacarta(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql's help (the LIMIT stuff)
Date: 1998-10-22 16:29:32
Message-ID: Pine.GSO.3.96.SK.981022202519.17402B-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I also would like to use Web-optimized postgresql in production.
Patched postgres (second trial) passed all regression test on my
Linux box and seems nothing was broken. How about
--enable-limit option to configure so people could make a choice ?

Regards,

Oleg

On Thu, 22 Oct 1998, Jan Wieck wrote:

>
> > We are close to final, and can easily put it in 6.4.1, which I am sure
> > we will need, and if we split CVS trees, you'll have lots of minor
> > versions to pick from. :-)
> >
> > Seems like it would be a nice minor release item, but the problem is
> > that minor releases aren't tested as much as major ones. How confident
> > are you in the code? What do others thing?
>
> I regression tested it, and did additional tests in the
> SPI/PL area. It works. It only touches the parser and the
> executor. Rules, planner/optimizer just bypass the values in
> the parsetree. The parser and the executor are parts of
> Postgres I feel very familiar with (not so in the optimizer).
> I trust in the code and would use it in a production
> environment.
>
> It's below.
>
>
> Jan

_____________________________________________________________
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 Robert M. Adam, II 1998-10-22 16:39:51 Subscribe verify
Previous Message Gerald Gryschuk 1998-10-22 15:07:22 Re: [INTERFACES] New docs and ODBC for Unix