Обсуждение: Problem on TODO list

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

Problem on TODO list

От
Michael Meskes
Дата:
I just scanned through the TODO list in the actual source tree. It seems
this one isn't up-to-date since the ecpg entry is still old. Also I found
this bug:

* select upper(usename), count(usesysid) from pg_shadow group by 1 fails

However, actual version says:

mm=> select upper(usename), count(usesysid) from pg_shadow group by 1;
upper   |count
--------+-----
MESKES  |    1
POSTGRES|    1
(2 rows)

Seems to be okay, doesn't it?

Michael

--
Dr. Michael Meskes      | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!
Senior-Consultant       | business: Michael.Meskes@mummert.de | Go Rhein Fire!
Mummert+Partner         | private: Michael.Meskes@usa.net     | Use Debian
Unternehmensberatung AG |          Michael.Meskes@gmx.net     | GNU/Linux!

Re: [HACKERS] Problem on TODO list

От
Bruce Momjian
Дата:
> I just scanned through the TODO list in the actual source tree. It seems
> this one isn't up-to-date since the ecpg entry is still old. Also I found
> this bug:

I have removed the actual version numbers of ecpg from the TODO list.

>
> * select upper(usename), count(usesysid) from pg_shadow group by 1 fails
>
> However, actual version says:
>
> mm=> select upper(usename), count(usesysid) from pg_shadow group by 1;
> upper   |count
> --------+-----
> MESKES  |    1
> POSTGRES|    1
> (2 rows)
>
> Seems to be okay, doesn't it?

Yep.  Removed.

The current TODO list is always on our web site.  The distribution gets
updated as part of the start of beta, and the final release.


--
  Bruce Momjian                        |  maillist@candle.pha.pa.us
  830 Blythe Avenue                    |  http://www.op.net/~candle
  Drexel Hill, Pennsylvania 19026      |  (610) 353-9879(w)
  +  If your life is a hard drive,     |  (610) 853-3000(h)
  +  Christ can be your backup.        |

Re: [HACKERS] Problem on TODO list

От
Michael Meskes
Дата:
On Wed, Sep 23, 1998 at 01:48:50PM -0400, Bruce Momjian wrote:
> I have removed the actual version numbers of ecpg from the TODO list.

I know. That's why I though this TODO was old. :-)

> Yep.  Removed.
>
> The current TODO list is always on our web site.  The distribution gets
> updated as part of the start of beta, and the final release.

I see. I will download that one and do some more checking.

Michael
--
Dr. Michael Meskes      | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!
Senior-Consultant       | business: Michael.Meskes@mummert.de | Go Rhein Fire!
Mummert+Partner         | private: Michael.Meskes@usa.net     | Use Debian
Unternehmensberatung AG |          Michael.Meskes@gmx.net     | GNU/Linux!